Skip to content

Commit 67a3216

Browse files
committed
ethash 0.4.1
Bump version: 0.4.1-alpha.0 → 0.4.1
1 parent 9fc4c0b commit 67a3216

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.4.1-alpha.0
2+
current_version = 0.4.1
33
tag = True
44
commit = True
55
message = ethash {new_version}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HunterGate(
3131
)
3232

3333
project(ethash)
34-
set(PROJECT_VERSION 0.4.1-alpha.0)
34+
set(PROJECT_VERSION 0.4.1)
3535

3636
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)
3737

0 commit comments

Comments
 (0)