Skip to content

Commit 22f32c3

Browse files
authored
docs: set new server release version (#1779)
1 parent 8f769c1 commit 22f32c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ static constexpr auto AUTHENTICATOR_PERIOD = 30U;
1414

1515
// SERVER_MAJOR_VERSION is the actual full version of the server, including minor and patch numbers.
1616
// 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";
17+
static constexpr auto SERVER_RELEASE_VERSION = "3.1.0";
1818
static constexpr auto CLIENT_VERSION = 1321;
1919

2020
#define CLIENT_VERSION_UPPER (CLIENT_VERSION / 100)

0 commit comments

Comments
 (0)