Minor adjustments to test deployment

This commit is contained in:
Fred Boniface
2024-04-28 08:38:53 +01:00
parent 45b23b4cf0
commit 01da611d26
4 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import (
// Version Constants
const versionNum string = "2024.04.0"
const versionSuffix string = "rc-1"
const versionSuffix string = "rc2"
const Version string = versionNum + "-" + versionSuffix
// Environment Variables