Skip to content

Commit

Permalink
[Enhancement] change release version to 2.6.1 (#713)
Browse files Browse the repository at this point in the history
Some issues have been fixed since the last release, so there is a need to release with a patch version.
  • Loading branch information
dudantas committed Dec 20, 2022
1 parent 0239625 commit d58af85
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 @@ -11,7 +11,7 @@
#define SRC_CORE_HPP_

static constexpr auto STATUS_SERVER_NAME = "Canary";
static constexpr auto STATUS_SERVER_VERSION = "2.6.0";
static constexpr auto STATUS_SERVER_VERSION = "2.6.1";
static constexpr auto STATUS_SERVER_DEVELOPERS = "OpenTibiaBR Organization";

static constexpr auto AUTHENTICATOR_DIGITS = 6U;
Expand Down

0 comments on commit d58af85

Please sign in to comment.