From 10476169f1a9cb56ae4820f1c07bed12bdf61005 Mon Sep 17 00:00:00 2001 From: Adam Lugowski Date: Wed, 6 Dec 2023 17:35:10 -0800 Subject: [PATCH] Bump version --- include/poolstl/internal/utils.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/poolstl/internal/utils.hpp b/include/poolstl/internal/utils.hpp index ee28e2d..a213be9 100644 --- a/include/poolstl/internal/utils.hpp +++ b/include/poolstl/internal/utils.hpp @@ -8,8 +8,8 @@ // Version macros. #define POOLSTL_VERSION_MAJOR 0 -#define POOLSTL_VERSION_MINOR 4 -#define POOLSTL_VERSION_PATCH 0 +#define POOLSTL_VERSION_MINOR 3 +#define POOLSTL_VERSION_PATCH 1 #include #include