We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96f7d1 commit 65efd8cCopy full SHA for 65efd8c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.3.1
3
commit = True
4
message = Hera {new_version}
5
CMakeLists.txt
@@ -21,7 +21,7 @@ cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;Re
21
set(CMAKE_DEBUG_POSTFIX "")
22
23
project(hera)
24
-set(PROJECT_VERSION 0.3.0)
+set(PROJECT_VERSION 0.3.1)
25
26
cable_configure_compiler()
27
if(CABLE_COMPILER_GNULIKE)
0 commit comments