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