From 80a945787699fe3b48840a24f00a6cc216b1fdab Mon Sep 17 00:00:00 2001 From: Leo Sulzbacher Date: Sun, 15 Mar 2026 02:23:34 +0100 Subject: [PATCH] bump version to 0.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 156390f..679c5fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(curtle VERSION 0.1.1 LANGUAGES C) +project(curtle VERSION 0.2.0 LANGUAGES C) include(GNUInstallDirs) include(CMakePackageConfigHelpers)