bump minor version to 62

This commit is contained in:
Anonymous-275 2021-10-01 00:17:55 +03:00
parent 1739393a73
commit acb6b11e24

View File

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