diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8b1c85e3..cf502c32 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1-alpha.0 +current_version = 0.4.1 tag = True commit = True message = ethash {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index ffb60595..86a2b2f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ HunterGate( ) project(ethash) -set(PROJECT_VERSION 0.4.1-alpha.0) +set(PROJECT_VERSION 0.4.1) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)