From 46af9adf87a5c71fcc275d3895a0a887d81c46bd Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 19 Dec 2024 10:22:08 +0100 Subject: [PATCH] Bump version to 0.18.1 (#470) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b84383d9..de910a58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) -project(YCM VERSION 0.18.0 LANGUAGES NONE) +project(YCM VERSION 0.18.1 LANGUAGES NONE) # Check if the project is the main project or included via FetchContent if (NOT CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)