From 26ef301540f7dc8156552d7bba3088c7b1e5db61 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 2 Jun 2022 17:07:51 +0200 Subject: [PATCH] bump version to TinyORM v0.4.4 [skip ci] --- 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 e26b4e323..95e19b95b 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 3 +#define TINYORM_VERSION_BUGFIX 4 #define TINYORM_VERSION_BUILD 0 // Should be empty for stable releases, and use hypen before for SemVer compatibility! #define TINYORM_VERSION_STATUS ""