diff --git a/CMakeLists.txt b/CMakeLists.txt index c73a75f..fa744e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.26.3) -project(trimja VERSION 0.1.0) +project(trimja VERSION 0.1.1) enable_testing() set(CMAKE_CXX_STANDARD 20)