release 2.0.78

This commit is contained in:
Anonymous275 2022-09-24 00:37:29 +03:00
parent 480a7d038f
commit 0aae245054

View File

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