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 )