Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit b538503

Browse files
committedJul 23, 2018
Bump version: 0.16.0.dev0 → 0.16.0.dev1
1 parent 2ce3f1a commit b538503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.0.dev0
2+
current_version = 0.16.0.dev1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<prerel>rc|\.dev)(?P<prerelver>\d+))?

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HunterGate(
2020
)
2121

2222
project(ethminer)
23-
set(PROJECT_VERSION 0.16.0.dev0)
23+
set(PROJECT_VERSION 0.16.0.dev1)
2424

2525
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)
2626

0 commit comments

Comments
 (0)
This repository has been archived.