diff --git a/include/orm/version.hpp b/include/orm/version.hpp index 120691020..80ddf702d 100644 --- a/include/orm/version.hpp +++ b/include/orm/version.hpp @@ -9,7 +9,7 @@ TINY_SYSTEM_HEADER #endif #define TINYORM_VERSION_MAJOR 0 -#define TINYORM_VERSION_MINOR 6 +#define TINYORM_VERSION_MINOR 7 #define TINYORM_VERSION_BUGFIX 0 #define TINYORM_VERSION_BUILD 0 // Should be empty for stable releases, and use hypen before for SemVer compatibility!