diff --git a/.bumpversion.cfg b/.bumpversion.cfg index db30c9b109..fb4ec82eb4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.0.dev3 +current_version = 0.14.0.dev4 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Prc|\.dev)(?P\d+))? diff --git a/CMakeLists.txt b/CMakeLists.txt index ddeb69c462..06ca0d48eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ endif() project(ethminer) -set(PROJECT_VERSION 0.14.0.dev3) +set(PROJECT_VERSION 0.14.0.dev4) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)