Bump version to v2.7.0

This commit is contained in:
Tixx
2025-10-20 22:39:36 +02:00
parent 6f84b56f1b
commit a2789a8524
4 changed files with 8 additions and 2 deletions

View File

@@ -84,10 +84,10 @@ beammp_fs_string GetEN() {
}
std::string GetVer() {
return "2.6";
return "2.7";
}
std::string GetPatch() {
return ".4";
return ".0";
}
beammp_fs_string GetEP(const beammp_fs_char* P) {