From 78e750f8f883c6448f166654d2836e959e9191c6 Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 8 Jun 2022 16:18:21 +0200 Subject: [PATCH] bump to version TinyORM v0.5.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 050ecc8f4..fe7a93e7f 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 5 -#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 ""