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

Commit 81ad571

Browse files
committed
Bump version: 0.14.0.dev3 → 0.14.0.dev4
1 parent bcdaf3a commit 81ad571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.0.dev3
2+
current_version = 0.14.0.dev4
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif()
4343

4444

4545
project(ethminer)
46-
set(PROJECT_VERSION 0.14.0.dev3)
46+
set(PROJECT_VERSION 0.14.0.dev4)
4747

4848
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)
4949

0 commit comments

Comments
 (0)