update server version

This commit is contained in:
mochi-co
2023-05-06 14:32:42 +01:00
parent 5225a357e5
commit 797d75cb34

View File

@@ -26,7 +26,7 @@ import (
)
const (
Version = "2.2.8" // the current server version.
Version = "2.2.9" // the current server version.
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
)