Update Server Version

This commit is contained in:
mochi-co
2023-06-14 20:12:31 +01:00
parent 6d394d1fe9
commit b9d5dcb5f0

View File

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