We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc4c0b commit 67a3216Copy full SHA for 67a3216
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.1-alpha.0
+current_version = 0.4.1
3
tag = True
4
commit = True
5
message = ethash {new_version}
CMakeLists.txt
@@ -31,7 +31,7 @@ HunterGate(
31
)
32
33
project(ethash)
34
-set(PROJECT_VERSION 0.4.1-alpha.0)
+set(PROJECT_VERSION 0.4.1)
35
36
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)
37
0 commit comments