diff --git a/MAGE/MAGE/src/core/version.hpp b/MAGE/MAGE/src/core/version.hpp index 25154d860..5a7062090 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 32 +#define MAGE_VERSION_MINOR 33 #define MAGE_VERSION_PATCH 0 #define MAGE_QUOTE(S) #S