diff --git a/CMakeLists.txt b/CMakeLists.txt index 046e6bc..2f0651f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR) # Note: update this to your new project's name and version project( ThreadPool - VERSION 0.2.0 + VERSION 0.4.0 LANGUAGES CXX )