From 82c96fa4e3f20259c2d947bb87eb8dc885ef6824 Mon Sep 17 00:00:00 2001 From: mochi-co Date: Sun, 19 May 2024 19:15:53 +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 550bb242..7efd5a00 100644 --- a/server.go +++ b/server.go @@ -27,7 +27,7 @@ import ( ) const ( - Version = "2.6.3" // the current server version. + Version = "2.6.4" // the current server version. defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes LocalListener = "local" InlineClientId = "inline"