Update server version

This commit is contained in:
mochi-co
2025-03-01 13:52:49 +00:00
parent b4332150f8
commit 5b7f94bde4

View File

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