version 2.0.77

This commit is contained in:
Anonymous275 2022-09-20 22:27:26 +03:00
parent e316b89fb1
commit f62f44d4c0

View File

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