diff --git a/src/Startup.cpp b/src/Startup.cpp index fbcca87..ebaa97a 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.21.4.0"); + const std::string CurrVer("0.22.0.1"); std::string GameVer = CheckVer(GamePath); info("Game Version : " + GameVer); if(GameVer < CurrVer){