We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106bece commit a396507Copy full SHA for a396507
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.2.0
3
commit = True
4
message = Hera {new_version}
5
CMakeLists.txt
@@ -26,7 +26,7 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/evm2wasm/cmake/HunterGate.cmake)
26
endif()
27
28
project(hera)
29
-set(PROJECT_VERSION 0.1.0)
+set(PROJECT_VERSION 0.2.0)
30
31
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)
32
0 commit comments