This commit is contained in:
Anonymous-275 2021-07-03 17:10:55 +03:00
parent 705e0ab9c4
commit d2433cceca

View File

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