diff --git a/server.go b/server.go index 0c2edd7..5bcd5cc 100644 --- a/server.go +++ b/server.go @@ -27,7 +27,7 @@ import ( ) 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 LocalListener = "local" InlineClientId = "inline"