bump version to 0.2.0
All checks were successful
CI / build (push) Successful in 13s
CI / build (pull_request) Successful in 13s

This commit is contained in:
2026-03-15 02:23:34 +01:00
parent 9c33df5256
commit 80a9457876

View File

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