From b7cf779e8319898dbb5e1bc03ebfd1ac0d3ef52b Mon Sep 17 00:00:00 2001 From: silverqx Date: Sat, 26 Mar 2022 17:34:27 +0100 Subject: [PATCH] bump to TinyORM v0.2.0 --- 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 dfd145021..32a0cfdbb 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 1 +#define TINYORM_VERSION_MINOR 2 #define TINYORM_VERSION_BUGFIX 0 #define TINYORM_VERSION_BUILD 0 // Should be empty for stable releases, and use hypen before for SemVer compatibility!