Skip to content

Commit

Permalink
Hera 0.2.4
Browse files Browse the repository at this point in the history
Bump version: 0.2.4-alpha.0 → 0.2.4
  • Loading branch information
axic committed May 22, 2019
1 parent 80cf222 commit febe10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.4-alpha.0
current_version = 0.2.4
commit = True
message = Hera {new_version}

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit febe10d

Please sign in to comment.