We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3fb51 commit bf57b70Copy full SHA for bf57b70
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.18.0-alpha.3
+current_version = 0.18.0-rc.0
3
commit = True
4
message = ethminer {new_version}
5
CMakeLists.txt
@@ -20,7 +20,7 @@ HunterGate(
20
)
21
22
project(ethminer)
23
-set(PROJECT_VERSION 0.18.0-alpha.3)
+set(PROJECT_VERSION 0.18.0-rc.0)
24
25
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)
26
0 commit comments