diff --git a/CMakeLists.txt b/CMakeLists.txt index 15f71a1..bee4b42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") ## name and version ## project(cachyos-kernel-manager - VERSION 1.10.1 + VERSION 1.10.2 LANGUAGES CXX) diff --git a/meson.build b/meson.build index 855d4e6..1b1625c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cachyos-kernel-manager', 'cpp', - version: '1.10.1', + version: '1.10.2', license: 'GPLv3', meson_version: '>=0.59.0', default_options: ['cpp_std=c++20',