From 509eec4baa7eb67d601d50b53bc7b201e9abc388 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Thu, 7 Jul 2022 03:36:19 +0200 Subject: [PATCH] bump server version to 2.9.0-beta.3 Signed-off-by: Matthias Hanel --- server/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/const.go b/server/const.go index e081179d..98debf98 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.9.0-beta.2" + VERSION = "2.9.0-beta.3" // PROTO is the currently supported protocol. // 0 was the original