🔖 Bump version

This commit is contained in:
Vladislav Nepogodin 2024-05-12 01:23:26 +04:00
parent 58d88d74fe
commit 70773e825e
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
## name and version ## name and version
## ##
project(cachyos-installer project(cachyos-installer
VERSION 0.6.0 VERSION 0.7.0
LANGUAGES CXX) LANGUAGES CXX)
## ##

View File

@ -1,5 +1,5 @@
project('cachyos-installer', 'cpp', project('cachyos-installer', 'cpp',
version: '0.6.0', version: '0.7.0',
license: 'GPLv3', license: 'GPLv3',
meson_version: '>=0.55.0', meson_version: '>=0.55.0',
default_options: ['cpp_std=c++20', default_options: ['cpp_std=c++20',