We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df42cbe commit b4f16c2Copy full SHA for b4f16c2
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.19.0-alpha.0.ubqhash
+current_version = 0.20.0
3
tag = True
4
sign_tags = True
5
tag_message = ubqminer {new_version}
CMakeLists.txt
@@ -20,7 +20,7 @@ HunterGate(
20
)
21
22
project(ethminer)
23
-set(PROJECT_VERSION 0.19.0-alpha.0.ubqhash)
+set(PROJECT_VERSION 0.20.0)
24
25
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)
26
0 commit comments