We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26e03a commit 5966c7fCopy full SHA for 5966c7f
server.go
@@ -27,7 +27,7 @@ import (
27
)
28
29
const (
30
- Version = "2.6.2" // the current server version.
+ Version = "2.6.3" // the current server version.
31
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
32
LocalListener = "local"
33
InlineClientId = "inline"
0 commit comments