diff --git a/helpers/config.go b/helpers/config.go index be6fdfe..d1ee7da 100644 --- a/helpers/config.go +++ b/helpers/config.go @@ -5,9 +5,9 @@ import ( ) // Version Constants -const versionNum string = "2024.04.0" -const versionSuffix string = "beta2" -const Version string = versionNum + "-" + versionSuffix +const versionNum string = "2024.06.0" +const versionSuffix string = "" +const Version string = versionNum + versionSuffix // Environment Variables var Runtime string = getRuntime()