From 8c4eb30041bb24d9f72ff9105a03c9a03faf550c Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 20 Sep 2022 22:40:30 +0200 Subject: [PATCH] Hera 0.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.5.0 → 0.6.0 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 07297a81..e0bbb5fc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True message = Hera {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 5848ad53..d512279f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;Re set(CMAKE_DEBUG_POSTFIX "") project(hera) -set(PROJECT_VERSION 0.5.0) +set(PROJECT_VERSION 0.6.0) include(CableBuildInfo) include(GNUInstallDirs)