Skip to content

Commit 11a0809

Browse files
committed
Hera 0.2.5
Bump version: 0.2.5-alpha.0 → 0.2.5
1 parent f0c69d4 commit 11a0809

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

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;Re
2121
set(CMAKE_DEBUG_POSTFIX "")
2222

2323
project(hera)
24-
set(PROJECT_VERSION 0.2.5-alpha.0)
24+
set(PROJECT_VERSION 0.2.5)
2525

2626
cable_configure_compiler()
2727
if(CABLE_COMPILER_GNULIKE)

0 commit comments

Comments
 (0)