diff --git a/src/utils/definitions.h b/src/utils/definitions.h index d18c36b95f8..fbafe69e124 100644 --- a/src/utils/definitions.h +++ b/src/utils/definitions.h @@ -21,7 +21,7 @@ #define SRC_UTILS_DEFINITIONS_H_ static constexpr auto STATUS_SERVER_NAME = "Canary"; -static constexpr auto STATUS_SERVER_VERSION = "1.4.0"; +static constexpr auto STATUS_SERVER_VERSION = "1.5.0"; static constexpr auto STATUS_SERVER_DEVELOPERS = "OpenTibiaBR Organization, SaiyansKing and Mark Samman"; static constexpr auto AUTHENTICATOR_DIGITS = 6U;