From 863e8eb8cf1ee1552c04f82c0fd81ab4caeb1d36 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sat, 9 Oct 2021 23:53:28 +0200 Subject: [PATCH] Bump version --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index de7aee1..3fe01cb 100644 --- a/include/Common.h +++ b/include/Common.h @@ -58,7 +58,7 @@ public: // Causes all threads to finish up and exit gracefull gracefully static void GracefullyShutdown(); static TConsole& Console() { return *mConsole; } - static std::string ServerVersion() { return "2.3.2"; } + static std::string ServerVersion() { return "2.3.3"; } static std::string ClientVersion() { return "2.0"; } static std::string PPS() { return mPPS; } static void SetPPS(const std::string& NewPPS) { mPPS = NewPPS; }