We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65dc1bd commit 8c4eb30Copy full SHA for 8c4eb30
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.0
+current_version = 0.6.0
3
commit = True
4
message = Hera {new_version}
5
CMakeLists.txt
@@ -19,7 +19,7 @@ cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;Re
19
set(CMAKE_DEBUG_POSTFIX "")
20
21
project(hera)
22
-set(PROJECT_VERSION 0.5.0)
+set(PROJECT_VERSION 0.6.0)
23
24
include(CableBuildInfo)
25
include(GNUInstallDirs)
0 commit comments