Update logged references to `mq-client` and updated version number.

This commit is contained in:
Fred Boniface 2024-03-23 11:34:52 +00:00
parent eef53ea2b6
commit 77fd8c4c2d
2 changed files with 2 additions and 2 deletions

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()