Skip to content

Commit

Permalink
Hera 0.3.0
Browse files Browse the repository at this point in the history
Bump version: 0.2.6-alpha.0 → 0.3.0
  • Loading branch information
axic committed Jun 9, 2020
1 parent c80bdd8 commit de7390b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.6-alpha.0
current_version = 0.3.0
commit = True
message = Hera {new_version}

Expand All @@ -17,4 +17,3 @@ values =
rel

[bumpversion:file:CMakeLists.txt]

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

0 comments on commit de7390b

Please sign in to comment.