diff --git a/include/orm/version.hpp b/include/orm/version.hpp index b25ee6a5c..120691020 100644 --- a/include/orm/version.hpp +++ b/include/orm/version.hpp @@ -9,8 +9,8 @@ TINY_SYSTEM_HEADER #endif #define TINYORM_VERSION_MAJOR 0 -#define TINYORM_VERSION_MINOR 5 -#define TINYORM_VERSION_BUGFIX 2 +#define TINYORM_VERSION_MINOR 6 +#define TINYORM_VERSION_BUGFIX 0 #define TINYORM_VERSION_BUILD 0 // Should be empty for stable releases, and use hypen before for SemVer compatibility! #define TINYORM_VERSION_STATUS "" diff --git a/tom/include/tom/version.hpp b/tom/include/tom/version.hpp index aea588f9e..e9c270195 100644 --- a/tom/include/tom/version.hpp +++ b/tom/include/tom/version.hpp @@ -10,7 +10,7 @@ TINY_SYSTEM_HEADER #define TINYTOM_VERSION_MAJOR 0 #define TINYTOM_VERSION_MINOR 3 -#define TINYTOM_VERSION_BUGFIX 2 +#define TINYTOM_VERSION_BUGFIX 3 #define TINYTOM_VERSION_BUILD 0 // Should be empty for stable releases, and use hypen before for SemVer compatibility! #define TINYTOM_VERSION_STATUS ""