From dd7740e288d202ef9659d5edcebbdb50682b7975 Mon Sep 17 00:00:00 2001 From: Matt Gomez Date: Wed, 5 Jun 2024 17:13:02 -0600 Subject: [PATCH] core --- src/core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.hpp b/src/core.hpp index ad64df776..5802c4966 100644 --- a/src/core.hpp +++ b/src/core.hpp @@ -14,7 +14,7 @@ static constexpr auto AUTHENTICATOR_PERIOD = 30U; // SERVER_MAJOR_VERSION is the actual full version of the server, including minor and patch numbers. // This is intended for internal use to identify the exact state of the server (release) software. -static constexpr auto SERVER_RELEASE_VERSION = "3.1.2"; +static constexpr auto SERVER_RELEASE_VERSION = "6.2"; static constexpr auto CLIENT_VERSION = 1332; #define CLIENT_VERSION_UPPER (CLIENT_VERSION / 100)