From ba868214f20f553fc1043ce6a5a2d55552e8f34a Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 30 Jun 2022 14:58:54 -0500 Subject: [PATCH] Bump version on master to 0.2.0, to prep for the next release. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fc2e01..751fa20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.22) -project(lubuntu-installer-prompt VERSION 0.1.0 LANGUAGES CXX) +project(lubuntu-installer-prompt VERSION 0.2.0 LANGUAGES CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON)