We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21491d9 commit 57997efCopy full SHA for 57997ef
server.go
@@ -27,7 +27,7 @@ import (
27
)
28
29
const (
30
- Version = "2.6.1" // the current server version.
+ Version = "2.6.2" // the current server version.
31
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
32
LocalListener = "local"
33
InlineClientId = "inline"
0 commit comments