Bump version

This commit is contained in:
Lion Kortlepel
2021-10-09 23:53:28 +02:00
parent d0431c0b9d
commit 863e8eb8cf

View File

@@ -58,7 +58,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.2"; }
static std::string ServerVersion() { return "2.3.3"; }
static std::string ClientVersion() { return "2.0"; }
static std::string PPS() { return mPPS; }
static void SetPPS(const std::string& NewPPS) { mPPS = NewPPS; }