From f73f8f9bc5123828be3bb360d3c918c088a11eb2 Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Mon, 11 Jan 2021 17:20:06 -0300 Subject: [PATCH] Bump patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a5b751..02f8500 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ ####################################################### # Project information cmake_minimum_required(VERSION 3.17) -project(mdsplit VERSION 0.1.0) +project(mdsplit VERSION 0.1.1) set(CMAKE_CXX_STANDARD 17) # CMake dependencies for installer