We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cf222 commit febe10dCopy full SHA for febe10d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.4-alpha.0
+current_version = 0.2.4
3
commit = True
4
message = Hera {new_version}
5
CMakeLists.txt
@@ -23,7 +23,7 @@ cable_configure_toolchain(DEFAULT cxx17-pic)
23
set(CMAKE_DEBUG_POSTFIX "")
24
25
project(hera)
26
-set(PROJECT_VERSION 0.2.4-alpha.0)
+set(PROJECT_VERSION 0.2.4)
27
28
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)
29
0 commit comments