We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f769c1 commit 22f32c3Copy full SHA for 22f32c3
1 file changed
src/core.hpp
@@ -14,7 +14,7 @@ static constexpr auto AUTHENTICATOR_PERIOD = 30U;
14
15
// SERVER_MAJOR_VERSION is the actual full version of the server, including minor and patch numbers.
16
// This is intended for internal use to identify the exact state of the server (release) software.
17
-static constexpr auto SERVER_RELEASE_VERSION = "3.0.0";
+static constexpr auto SERVER_RELEASE_VERSION = "3.1.0";
18
static constexpr auto CLIENT_VERSION = 1321;
19
20
#define CLIENT_VERSION_UPPER (CLIENT_VERSION / 100)
0 commit comments