From 54a27f5c4c0bad3521e1e95b5eb6672e3e0e18f4 Mon Sep 17 00:00:00 2001 From: Anonymous-275 Date: Wed, 31 Mar 2021 22:57:05 +0300 Subject: [PATCH] Bump to 0.22.1.0 --- src/Startup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Startup.cpp b/src/Startup.cpp index 4f8d63b..4fc3435 100755 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -155,7 +155,7 @@ void CheckMP(const std::string& Path) { } void PreGame(const std::string& GamePath){ - const std::string CurrVer("0.22.0.1"); + const std::string CurrVer("0.22.1.0"); std::string GameVer = CheckVer(GamePath); info("Game Version : " + GameVer); if(GameVer < CurrVer){