timetable-extension #1

Open
fred.boniface wants to merge 144 commits from timetable-extension into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit b2beecc866 - Show all commits

View File

@ -5,8 +5,8 @@ import (
)
// Version Constants
const versionNum string = "2024.3.0"
const versionSuffix string = "beta"
const versionNum string = "2024.04.0"
const versionSuffix string = "rc-1"
const Version string = versionNum + "-" + versionSuffix
// Environment Variables