From af79b55b9f56ea49a09fea0450d3062ddbd0c13b Mon Sep 17 00:00:00 2001 From: mochi-co Date: Sun, 4 Jun 2023 07:32:34 +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 a46b449..069bc60 100644 --- a/server.go +++ b/server.go @@ -26,7 +26,7 @@ import ( ) const ( - Version = "2.2.11" // the current server version. + Version = "2.2.12" // the current server version. defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes )