Update server version

This commit is contained in:
mochi-co
2023-05-18 20:29:56 +01:00
parent 7ad6dd8e1a
commit 62659e17ba

View File

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