From 5d174c7cf39060adfdd6984126e617df95545a99 Mon Sep 17 00:00:00 2001 From: chardon55 Date: Sat, 10 Jun 2023 09:48:45 +0800 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ec1aa0..b9fd666 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5) project( justshell - VERSION 0.1.0 + VERSION 0.2.0 DESCRIPTION "Simple and boring web app wrapper" LANGUAGES CXX )