Bump version on master to 0.2.0, to prep for the next release.

This commit is contained in:
Simon Quigley 2022-06-30 14:58:54 -05:00
parent 6203ba1d2b
commit ba868214f2

View File

@ -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)