Update server version

This commit is contained in:
mochi-co
2024-04-01 18:00:19 +01:00
parent e2cb688869
commit 6b3b30e412

View File

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