From f15aa27fdd0f2f671620cdc09048f5f163d964c1 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 30 Jun 2024 21:24:53 +0100 Subject: [PATCH] Bump version --- helpers/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()