diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d9460aaac57..c87191f4d51 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0-rc.0 +current_version = 1.7.0-rc.1 commit = True message = Aleth {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index c47d250dd88..608c8fbee58 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-rc.0) +set(PROJECT_VERSION 1.7.0-rc.1) cable_add_buildinfo_library(PROJECT_NAME aleth)