From 55d21463531d89111ceefbab2ef2998e716c6ad2 Mon Sep 17 00:00:00 2001 From: silverqx Date: Sat, 6 Aug 2022 18:45:28 +0200 Subject: [PATCH] bump version to TinyORM v0.14.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 af0b7ea1c..6b5a53e3f 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 14 -#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 ""