diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 740a21e2d48..b3232e44113 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0-alpha.0 +current_version = 1.7.0-alpha.1 commit = True message = Aleth {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index d63632e1c0b..96bce38de81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ HunterGate( cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo) project(aleth) -set(PROJECT_VERSION 1.7.0-alpha.0) +set(PROJECT_VERSION 1.7.0-alpha.1) cable_add_buildinfo_library(PROJECT_NAME aleth)