diff --git a/src/definitions.h b/src/definitions.h index cec245e..63c9e08 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -24,9 +24,9 @@ static constexpr auto STATUS_SERVER_NAME = "Sabrehaven"; static constexpr auto STATUS_SERVER_VERSION = "1.0"; static constexpr auto STATUS_SERVER_DEVELOPERS = "OTLand community & Sabrehaven Developers Team"; -static constexpr auto CLIENT_VERSION_MIN = 772; -static constexpr auto CLIENT_VERSION_MAX = 772; -static constexpr auto CLIENT_VERSION_STR = "7.72"; +static constexpr auto CLIENT_VERSION_MIN = 781; +static constexpr auto CLIENT_VERSION_MAX = 781; +static constexpr auto CLIENT_VERSION_STR = "7.81"; static constexpr auto AUTHENTICATOR_DIGITS = 6U; static constexpr auto AUTHENTICATOR_PERIOD = 30U;