From 89e4368a75a065b57c964fb5a9083980a2da26e7 Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Mon, 11 Mar 2024 23:32:23 -0300 Subject: [PATCH] chore: bump version to v0.2.1 A number of bug fixes have been included in this version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b272b11..5f58794 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.15) project( small - VERSION 0.2.0 + VERSION 0.2.1 DESCRIPTION "C++ small containers" HOMEPAGE_URL "https://alandefreitas.github.io/small" )