Skip to content

Commit 3a9b8cd

Browse files
committed
Hera 0.2.3
Bump version: 0.2.3-alpha.0 → 0.2.3
1 parent b9c816c commit 3a9b8cd

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.2.3-alpha.0
2+
current_version = 0.2.3
33
commit = True
44
message = Hera {new_version}
55

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cable_configure_toolchain(DEFAULT cxx17-pic)
2323
set(CMAKE_DEBUG_POSTFIX "")
2424

2525
project(hera)
26-
set(PROJECT_VERSION 0.2.3-alpha.0)
26+
set(PROJECT_VERSION 0.2.3)
2727

2828
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)
2929

0 commit comments

Comments
 (0)