timetable-extension #1
@ -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
|
||||
|
||||
|
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user