From 074c76f0583539fefa6ca5973b125e91b3bba170 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Tue, 16 Jul 2024 02:13:43 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad98d0d..efe2c6b 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.7.0 + VERSION 1.8.0 LANGUAGES CXX) diff --git a/meson.build b/meson.build index f0e6875..dd65173 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cachyos-kernel-manager', 'cpp', - version: '1.7.0', + version: '1.8.0', license: 'GPLv3', meson_version: '>=0.59.0', default_options: ['cpp_std=c++20',