Bump version

This commit is contained in:
Tixx 2024-11-07 22:12:20 +01:00
parent 3effe0d4de
commit dff2f2712b
No known key found for this signature in database
GPG Key ID: EC6E7A2BAABF0B8C

View File

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