From 558004c805f102c35a7ea80c6fff4048b042a973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Mon, 26 Jul 2021 15:15:35 +0200 Subject: [PATCH] Hera 0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.4.0 → 0.5.0 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 85df5a70..07297a81 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True message = Hera {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 01b7f0f0..a3254873 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;Re set(CMAKE_DEBUG_POSTFIX "") project(hera) -set(PROJECT_VERSION 0.4.0) +set(PROJECT_VERSION 0.5.0) cable_configure_compiler() if(CABLE_COMPILER_GNULIKE)