mirror of
https://github.com/mochi-mqtt/server.git
synced 2025-09-26 20:21:12 +08:00
Update server version
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user