Skip to content

Commit

Permalink
docs: set new release version (3.1.1) (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Nov 8, 2023
1 parent 7bba687 commit 2137f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2137f6f

Please sign in to comment.