Skip to content

Commit a396507

Browse files
committed
Hera 0.2.0
Bump version: 0.1.0 → 0.2.0
1 parent 106bece commit a396507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.2.0
33
commit = True
44
message = Hera {new_version}
55

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/evm2wasm/cmake/HunterGate.cmake)
2626
endif()
2727

2828
project(hera)
29-
set(PROJECT_VERSION 0.1.0)
29+
set(PROJECT_VERSION 0.2.0)
3030

3131
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)
3232

0 commit comments

Comments
 (0)