diff --git a/include/orm/version.hpp b/include/orm/version.hpp index df13b73e5..f323309c9 100644 --- a/include/orm/version.hpp +++ b/include/orm/version.hpp @@ -10,7 +10,7 @@ TINY_SYSTEM_HEADER #define TINYORM_VERSION_MAJOR 0 #define TINYORM_VERSION_MINOR 4 -#define TINYORM_VERSION_BUGFIX 1 +#define TINYORM_VERSION_BUGFIX 2 #define TINYORM_VERSION_BUILD 0 // Should be empty for stable releases, and use hypen before for SemVer compatibility! #define TINYORM_VERSION_STATUS ""