From 5b500a3da5d7e75613c3bab84f8143f6eb02e4dd Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sat, 3 Jul 2021 01:04:55 +0200 Subject: [PATCH] bump version number --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 4ac4b98..3c993c4 100644 --- a/include/Common.h +++ b/include/Common.h @@ -50,7 +50,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.1.1"; } + static std::string ServerVersion() { return "2.1.2"; } static std::string ClientVersion() { return "2.0"; } static std::string PPS() { return mPPS; } static void SetPPS(std::string NewPPS) { mPPS = NewPPS; }