diff --git a/helpers/config.go b/helpers/config.go index 24be168..dff4fbf 100644 --- a/helpers/config.go +++ b/helpers/config.go @@ -5,7 +5,7 @@ import ( ) // Version Constants -const versionNum string = "2024.11.6" +const versionNum string = "2025.01.1" const versionSuffix string = "" const Version string = versionNum + versionSuffix