From 80b36ccaf3ac568f627a3b7e6568a3a5f2f4200c Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sat, 12 Aug 2023 20:57:13 +0000 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 b97ad10..d27ed7d 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.5.0 + VERSION 0.6.0 LANGUAGES CXX) ## diff --git a/meson.build b/meson.build index 462362d..1f34916 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cachyos-installer', 'cpp', - version: '0.5.0', + version: '0.6.0', license: 'GPLv3', meson_version: '>=0.55.0', default_options: ['cpp_std=c++20',