From b4f16c2f1a0f083981fa28887a79399f927a6f5d Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Thu, 17 Oct 2024 20:06:59 -0700 Subject: [PATCH] Release version 0.20.0 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aa1e1ac6ca..b5b183d225 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.0-alpha.0.ubqhash +current_version = 0.20.0 tag = True sign_tags = True tag_message = ubqminer {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index c9752530d8..506e3d4c50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(ethminer) -set(PROJECT_VERSION 0.19.0-alpha.0.ubqhash) +set(PROJECT_VERSION 0.20.0) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)