Skip to content

Commit d58af85

Browse files
authored
[Enhancement] change release version to 2.6.1 (#713)
Some issues have been fixed since the last release, so there is a need to release with a patch version.
1 parent 0239625 commit d58af85

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
@@ -11,7 +11,7 @@
1111
#define SRC_CORE_HPP_
1212

1313
static constexpr auto STATUS_SERVER_NAME = "Canary";
14-
static constexpr auto STATUS_SERVER_VERSION = "2.6.0";
14+
static constexpr auto STATUS_SERVER_VERSION = "2.6.1";
1515
static constexpr auto STATUS_SERVER_DEVELOPERS = "OpenTibiaBR Organization";
1616

1717
static constexpr auto AUTHENTICATOR_DIGITS = 6U;

0 commit comments

Comments
 (0)