diff --git a/server.go b/server.go index 0a21815c..21e6463b 100644 --- a/server.go +++ b/server.go @@ -27,7 +27,7 @@ import ( ) const ( - Version = "2.6.1" // the current server version. + Version = "2.6.2" // the current server version. defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes LocalListener = "local" InlineClientId = "inline"