From 8e67f3b8550248f864e1ac7f8861fc000a2a58cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Jir=C3=A9nius?= Date: Fri, 12 Nov 2021 14:02:38 +0100 Subject: [PATCH] Prepare release v1.7.4 --- server/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/const.go b/server/const.go index 37594a8..508220b 100644 --- a/server/const.go +++ b/server/const.go @@ -4,7 +4,7 @@ import "time" const ( // Version is the current version for the server. - Version = "1.7.3" + Version = "1.7.4" // ProtocolVersion is the implemented RES protocol version. ProtocolVersion = "1.2.2"