🔖 Bump version

This commit is contained in:
Vladislav Nepogodin 2023-08-12 20:57:13 +00:00 committed by GitHub
parent 9586a31a54
commit 80b36ccaf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.5.0 VERSION 0.6.0
LANGUAGES CXX) LANGUAGES CXX)
## ##

View File

@ -1,5 +1,5 @@
project('cachyos-installer', 'cpp', project('cachyos-installer', 'cpp',
version: '0.5.0', version: '0.6.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',