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

Commit 85019f5

Browse files
committed
Bump version: 0.12.0rc1 → 0.13.0.dev1
1 parent 65b4778 commit 85019f5

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.12.0rc1
2+
current_version = 0.13.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

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

4242

4343
project(ethminer)
44-
set(PROJECT_VERSION 0.12.0rc1)
44+
set(PROJECT_VERSION 0.13.0.dev1)
4545

4646
# link_directories interprate relative paths with respect to CMAKE_CURRENT_SOURCE_DIR
4747
cmake_policy(SET CMP0015 NEW)

0 commit comments

Comments
 (0)