From 4e6fe87c0676794ab2b6bd59b055fe0ae45917c6 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Thu, 1 Jul 2021 16:55:00 -0600 Subject: [PATCH] Fix version Signed-off-by: Ivan Kozlovic --- server/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/const.go b/server/const.go index 04565779..04f89274 100644 --- a/server/const.go +++ b/server/const.go @@ -41,7 +41,7 @@ var ( const ( // VERSION is the current version for the server. - VERSION = "2.3.2.beta" + VERSION = "2.3.2-beta.1" // PROTO is the currently supported protocol. // 0 was the original