From e53f6257660ebbcf22bcb9103cfa41affb625e7a Mon Sep 17 00:00:00 2001 From: Eduardo Dantas Date: Tue, 16 Jan 2024 19:17:24 -0300 Subject: [PATCH] feat: new client version --- src/core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.hpp b/src/core.hpp index 02521fe730a..cad64cec1a1 100644 --- a/src/core.hpp +++ b/src/core.hpp @@ -15,7 +15,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 CLIENT_VERSION = 1330; +static constexpr auto CLIENT_VERSION = 1331; #define CLIENT_VERSION_UPPER (CLIENT_VERSION / 100) #define CLIENT_VERSION_LOWER (CLIENT_VERSION % 100)