bump version to 2.1.4

This commit is contained in:
Lion Kortlepel
2021-07-29 13:27:01 +02:00
committed by Lion
parent f3b6eea418
commit 46f778bd01

View File

@@ -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.3"; }
static std::string ServerVersion() { return "2.1.4"; }
static std::string ClientVersion() { return "2.0"; }
static std::string PPS() { return mPPS; }
static void SetPPS(std::string NewPPS) { mPPS = NewPPS; }