Update server version

This commit is contained in:
mochi-co
2024-04-30 10:04:01 +01:00
parent b26e03a433
commit 5966c7fe0d

View File

@@ -27,7 +27,7 @@ import (
) )
const ( const (
Version = "2.6.2" // the current server version. Version = "2.6.3" // 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"