From 0320197147ace1a60add3a82a912657af9aab162 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 22 Oct 2024 20:51:20 +0100 Subject: [PATCH] Bump version --- helpers/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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