From d43ee4b7b6b5a5b851b0b3f465380a90d7e4c95f Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 9 Sep 2021 11:42:48 +0300 Subject: [PATCH] Bump version to 2.3.2 --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 6b6466a..64e0585 100644 --- a/include/Common.h +++ b/include/Common.h @@ -54,7 +54,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.1"; } + static std::string ServerVersion() { return "2.3.2"; } static std::string ClientVersion() { return "2.0"; } static std::string PPS() { return mPPS; } static void SetPPS(const std::string& NewPPS) { mPPS = NewPPS; }