🔖 Bump version

This commit is contained in:
Vladislav Nepogodin 2024-07-14 03:00:47 +04:00
parent feeb9834d7
commit 17f1812956
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
##
project(cachyos-installer
VERSION 0.7.0
VERSION 0.8.0
LANGUAGES CXX)
##

View File

@ -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',