diff --git a/CMakeLists.txt b/CMakeLists.txt index 12dc074..4794f34 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.4.1 + VERSION 0.5.1 LANGUAGES CXX )