send download speed to game UI, bump version to 2.1.4

This commit is contained in:
Lion Kortlepel
2024-09-24 21:50:09 +02:00
parent d6dfe85f69
commit cbb5502a40
2 changed files with 18 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ std::string GetVer() {
return "2.1";
}
std::string GetPatch() {
return ".3";
return ".4";
}
std::string GetEP(char* P) {