From df43c8c0082bca1599f1a3da8dd7001b13d628c2 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Sat, 19 Oct 2024 00:24:00 -0700 Subject: [PATCH] Release version 0.20.1 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fc48e6adb..262187a90 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.20.0 +current_version = 0.20.1 tag = True sign_tags = True tag_message = ubqminer {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index df732b738..70bc5bde3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(ethminer) -set(PROJECT_VERSION 0.20.0) +set(PROJECT_VERSION 0.20.1) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)