Bump to 1.70.1

This commit is contained in:
Anonymous275
2020-11-13 22:24:20 +02:00
parent 3fdccc8848
commit db3f7b9988
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ std::string GetVer(){
return std::string(Sec("1.70"));
}
std::string GetPatch(){
return std::string(Sec(""));
return std::string(Sec(".1"));
}
void ReLaunch(int argc,char*args[]){
std::string Arg;