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

Commit

Permalink
Bump version: 0.15.0.dev3 → 0.15.0.dev4
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Apr 21, 2018
1 parent 6d5490b commit 30df0e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.0.dev3
current_version = 0.15.0.dev4
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<prerel>rc|\.dev)(?P<prerelver>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ HunterGate(
)

project(ethminer)
set(PROJECT_VERSION 0.15.0.dev3)
set(PROJECT_VERSION 0.15.0.dev4)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)

Expand Down

4 comments on commit 30df0e6

@invidtiv
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you update to rc5 ?

@chfast
Copy link
Contributor Author

@chfast chfast commented on 30df0e6 Apr 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What?

@invidtiv
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn t current version at 0.15.0.rc5? shouldn t be a update on the version ?

@chfast
Copy link
Contributor Author

@chfast chfast commented on 30df0e6 Apr 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. The latest prerelease is 0.14.0rc5, but that different branch. Here is development branch.

Please sign in to comment.