diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1282ed00a..0cf993908 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4-alpha.0 +current_version = 0.2.4 commit = True message = Hera {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b313e0dc..9f06dd15e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ cable_configure_toolchain(DEFAULT cxx17-pic) set(CMAKE_DEBUG_POSTFIX "") project(hera) -set(PROJECT_VERSION 0.2.4-alpha.0) +set(PROJECT_VERSION 0.2.4) cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)