diff --git a/MAGE/MAGE/src/core/version.hpp b/MAGE/MAGE/src/core/version.hpp index 610ed160b..e00c2e982 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 15 +#define MAGE_VERSION_MINOR 16 #define MAGE_VERSION_PATCH 0 #define MAGE_QUOTE(S) #S