Update server version

This commit is contained in:
mochi-co
2025-02-25 20:16:39 +00:00
parent ce88723041
commit de82bddb83

View File

@@ -27,7 +27,7 @@ import (
)
const (
Version = "2.6.7" // the current server version.
Version = "2.7.8" // the current server version.
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
LocalListener = "local"
InlineClientId = "inline"