diff --git a/CMakeLists.txt b/CMakeLists.txt index 3976806..5a3b017 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12) endif() project(curl_wrapper - VERSION 0.1.0 + VERSION 0.1.1 DESCRIPTION "Light libcurl wrapper." LANGUAGES CXX)