diff --git a/pkg/utilities/versionHelper.go b/pkg/utilities/versionHelper.go index 3e349c2..4774d5d 100644 --- a/pkg/utilities/versionHelper.go +++ b/pkg/utilities/versionHelper.go @@ -10,7 +10,7 @@ import ( // CurrentAppVersion Returns the local version of the application. Not the best // way to handle the app version but works for both OS func CurrentAppVersion() string { - appVersion := "4.2.2" + appVersion := "4.2.3" return appVersion }