From 8565228a8e4c3a2d4226b9c7f6027d39babe0255 Mon Sep 17 00:00:00 2001 From: blondfrogs Date: Thu, 30 Apr 2020 14:36:30 -0600 Subject: [PATCH] Bump verison to 1.2.0 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 405cf06cb..0fa57e8b9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.3 +current_version = 1.2.0 commit = True message = kawpowminer {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 66bba1015..4c450b8cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(kawpowminer) -set(PROJECT_VERSION 1.1.3) +set(PROJECT_VERSION 1.2.0) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)