From 2417b702026b56303486dc1442fed9658990185f Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Wed, 1 Jan 2025 10:02:16 -0500 Subject: [PATCH] chore: update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63a5cf9..6b283a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.19 FATAL_ERROR) # Note: update this to your new project's name and version project( thread-pool - VERSION 0.6.2 + VERSION 0.7.0 LANGUAGES CXX )