This commit is contained in:
Anonymous275 2021-12-03 18:45:36 +02:00 committed by GitHub
parent a6e3d0fad9
commit 71a9a567bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [&](){