From 98a8e07a7cd58894e534e6699cbb6b1bf740f4f4 Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 24 Jun 2022 15:01:55 +0200 Subject: [PATCH] bump version to TinyORM v0.7.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 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!