diff --git a/CMakeLists.txt b/CMakeLists.txt index 955f3d7..67a6e5c 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-installer - VERSION 0.7.0 + VERSION 0.8.0 LANGUAGES CXX) ## diff --git a/meson.build b/meson.build index c8a837b..8379ead 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cachyos-installer', 'cpp', - version: '0.7.0', + version: '0.8.0', license: 'GPLv3', meson_version: '>=0.55.0', default_options: ['cpp_std=c++23',