diff --git a/MAGE/MAGE/src/core/version.hpp b/MAGE/MAGE/src/core/version.hpp index 10ef5059d..1bac9db33 100644 --- a/MAGE/MAGE/src/core/version.hpp +++ b/MAGE/MAGE/src/core/version.hpp @@ -6,7 +6,7 @@ #pragma region #define MAGE_VERSION_MAJOR 0 -#define MAGE_VERSION_MINOR 24 +#define MAGE_VERSION_MINOR 25 #define MAGE_VERSION_PATCH 0 #define MAGE_QUOTE(S) #S