Bump to 0.22.1.0

This commit is contained in:
Anonymous-275 2021-03-31 22:57:05 +03:00
parent 37cfec9fdc
commit 54a27f5c4c

View File

@ -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){