bump 2.0.80

This commit is contained in:
Anonymous275 2022-09-25 20:37:46 +03:00
parent 3d9b7c2d67
commit 5655164e60

View File

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