diff --git a/MAGE/MAGE/src/core/version.hpp b/MAGE/MAGE/src/core/version.hpp index 2efb2b08f..ae05881b5 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 28 +#define MAGE_VERSION_MINOR 29 #define MAGE_VERSION_PATCH 0 #define MAGE_QUOTE(S) #S