This commit is contained in:
Anonymous275
2021-12-03 18:45:36 +02:00
committed by GitHub
parent a6e3d0fad9
commit 71a9a567bc

View File

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