From ad90a64153b198cccbe7f4b03b3bd30b14da34bf Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 24 Jun 2022 19:19:58 +0200 Subject: [PATCH] bump version to TinyORM v0.7.1 --- include/orm/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/orm/version.hpp b/include/orm/version.hpp index 80ddf702d..23ee85bdf 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 7 -#define TINYORM_VERSION_BUGFIX 0 +#define TINYORM_VERSION_BUGFIX 1 #define TINYORM_VERSION_BUILD 0 // Should be empty for stable releases, and use hypen before for SemVer compatibility! #define TINYORM_VERSION_STATUS ""