diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 929db4173..a14af7eb5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.6-alpha.0 +current_version = 0.3.0 commit = True message = Hera {new_version} @@ -17,4 +17,3 @@ values = rel [bumpversion:file:CMakeLists.txt] - diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c9e9f4f7..79b7f6152 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.2.6-alpha.0) +set(PROJECT_VERSION 0.3.0) cable_configure_compiler() if(CABLE_COMPILER_GNULIKE)