timetable-extension #1

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

View File

@ -5,7 +5,7 @@ import (
)
// Version Constants
const versionNum string = "2023.7.1"
const versionNum string = "2024.3.0"
const versionSuffix string = "beta"
const Version string = versionNum + "-" + versionSuffix

View File

@ -13,7 +13,7 @@ import (
)
func main() {
log.Msg.Info("Initialised OwlBoard MQ Client " + helpers.Version)
log.Msg.Info("Initialised OwlBoard timetable-mgr " + helpers.Version)
defer cleanup()