release 2.0.76

This commit is contained in:
Anonymous275 2022-09-05 03:23:15 +03:00
parent d881c9faf6
commit 3b2dbcac1b

View File

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