Update server version

This commit is contained in:
mochi-co
2023-05-05 00:04:27 +01:00
parent 10e82f41d6
commit c274d5fd08

View File

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