Bump version

This commit is contained in:
Tixx 2025-05-03 22:20:55 +02:00
parent e216b6ec06
commit cc6167cd2e
No known key found for this signature in database
GPG Key ID: EC6E7A2BAABF0B8C

View File

@ -84,7 +84,7 @@ std::string GetVer() {
return "2.4"; return "2.4";
} }
std::string GetPatch() { std::string GetPatch() {
return ".0"; return ".1";
} }
std::string GetEP(const char* P) { std::string GetEP(const char* P) {