From 2137f6f9b328f62136ee7093346dc18ab7bacad8 Mon Sep 17 00:00:00 2001
From: Eduardo Dantas <eduardo.dantas@hotmail.com.br>
Date: Wed, 8 Nov 2023 11:59:57 -0300
Subject: [PATCH] docs: set new release version (3.1.1) (#1790)

---
 src/core.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core.hpp b/src/core.hpp
index c5c4d916036..aea1993b262 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.0";
+static constexpr auto SERVER_RELEASE_VERSION = "3.1.1";
 static constexpr auto CLIENT_VERSION = 1321;
 
 #define CLIENT_VERSION_UPPER (CLIENT_VERSION / 100)