From 3a1e7e8e16b387c995edc357d5615fd295565508 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 13 Nov 2020 23:23:37 +0100 Subject: [PATCH] Version bump 0.1.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)