Update server version

This commit is contained in:
mochi-co
2023-03-11 23:14:06 +00:00
parent aaf1d9d4c6
commit b188055c7d

View File

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