diff --git a/helpers/config.go b/helpers/config.go index d1ee7da..270485f 100644 --- a/helpers/config.go +++ b/helpers/config.go @@ -5,7 +5,7 @@ import ( ) // Version Constants -const versionNum string = "2024.06.0" +const versionNum string = "2024.10.0" const versionSuffix string = "" const Version string = versionNum + versionSuffix