Skip to content

Commit 8c4eb30

Browse files
committed
Hera 0.6.0
Bump version: 0.5.0 → 0.6.0
1 parent 65dc1bd commit 8c4eb30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.6.0
33
commit = True
44
message = Hera {new_version}
55

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;Re
1919
set(CMAKE_DEBUG_POSTFIX "")
2020

2121
project(hera)
22-
set(PROJECT_VERSION 0.5.0)
22+
set(PROJECT_VERSION 0.6.0)
2323

2424
include(CableBuildInfo)
2525
include(GNUInstallDirs)

0 commit comments

Comments
 (0)