This commit is contained in:
Anonymous-275 2021-04-04 22:49:52 +03:00
parent ec3bcffe7c
commit bb732f102f

View File

@ -26,7 +26,7 @@ std::string GetVer(){
return "2.0"; return "2.0";
} }
std::string GetPatch(){ std::string GetPatch(){
return ".1"; return ".2";
} }
std::string GetEP(char*P){ std::string GetEP(char*P){
static std::string Ret = [&](){ static std::string Ret = [&](){