From 8f52b891d5d3169340cbfd29cec6a6408ed66f31 Mon Sep 17 00:00:00 2001 From: mochi-co Date: Wed, 23 Oct 2024 21:06:28 +0100 Subject: [PATCH] Update server version --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 0c2edd79..5bcd5cc7 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"