Update server version

This commit is contained in:
mochi-co
2023-06-19 09:51:41 +01:00
parent 7e14ce99b5
commit d498576927

View File

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