Bump version

This commit is contained in:
Tixx
2025-01-21 22:36:40 +01:00
parent 8373a70c4b
commit 9e93fa35fa

View File

@@ -81,10 +81,10 @@ std::string GetEN() {
}
std::string GetVer() {
return "2.3";
return "2.4";
}
std::string GetPatch() {
return ".2";
return ".0";
}
std::string GetEP(const char* P) {