From ae11ba5f0d4fe63d8bd18b95367d7f26476c87ef Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Wed, 23 Jun 2021 11:55:47 +0200 Subject: [PATCH] bump version to 2.0.4 --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 1f40316..d19e08c 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.0.3"; } + static std::string ServerVersion() { return "2.0.4"; } static std::string ClientVersion() { return "2.0"; } static std::string PPS() { return mPPS; } static void SetPPS(std::string NewPPS) { mPPS = NewPPS; }