Update server version

This commit is contained in:
mochi-co
2024-10-23 21:06:28 +01:00
parent 47536b77f2
commit 8f52b891d5

View File

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