bump launcher version

This commit is contained in:
Anonymous275 2022-06-19 02:28:26 +03:00
parent 08c1c0f682
commit 17553fd412

View File

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