From e7204a513ac59ef8318a045fc056bb417155a5ad Mon Sep 17 00:00:00 2001 From: natenichols Date: Fri, 13 May 2022 13:22:21 -0500 Subject: [PATCH] set version to 0.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9d2f2fb3..8eba531f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16.3) -project(clio VERSION 0.1.1) +project(clio VERSION 0.2.0) option(BUILD_TESTS "Build tests" TRUE)