diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 260eb2e135..aa041edf20 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.1 +current_version = 0.16.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Prc|\.dev)(?P\d+))? diff --git a/CMakeLists.txt b/CMakeLists.txt index 80c908b703..11f4222d34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(ethminer) -set(PROJECT_VERSION 0.16.1) +set(PROJECT_VERSION 0.16.2) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)