Update Startup.cpp

version 2.0.74
This commit is contained in:
Anonymous275 2022-08-12 12:14:31 +03:00 committed by GitHub
parent f7c70eb6df
commit cd829f9f22
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 ".73";
return ".74";
}
std::string GetEP(char*P){
static std::string Ret = [&](){