We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80bdd8 commit de7390bCopy full SHA for de7390b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.6-alpha.0
+current_version = 0.3.0
3
commit = True
4
message = Hera {new_version}
5
@@ -17,4 +17,3 @@ values =
17
rel
18
19
[bumpversion:file:CMakeLists.txt]
20
-
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.2.6-alpha.0)
+set(PROJECT_VERSION 0.3.0)
25
26
cable_configure_compiler()
27
if(CABLE_COMPILER_GNULIKE)
0 commit comments