diff --git a/src/Startup.cpp b/src/Startup.cpp index 5cfcb6d..b2e10ee 100644 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -84,10 +84,10 @@ beammp_fs_string GetEN() { } std::string GetVer() { - return "2.5"; + return "2.6"; } std::string GetPatch() { - return ".1"; + return ".0"; } beammp_fs_string GetEP(const beammp_fs_char* P) {