bump version number

This commit is contained in:
Lion Kortlepel
2021-07-03 01:04:55 +02:00
parent ade19123b7
commit 5b500a3da5

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.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; }