Skip to content

Commit 8391d3f

Browse files
committed
v1.0.12
1 parent 25695d1 commit 8391d3f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2021-03-10 v1.0.12
2+
==================
3+
4+
This is bugfix release correcting an error in the Prater testnet config
5+
leading to incorrect Eth1 voting.
6+
7+
18
2021-03-10 v1.0.11
29
==================
310

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ when not defined(nimscript):
99
const
1010
versionMajor* = 1
1111
versionMinor* = 0
12-
versionBuild* = 11
12+
versionBuild* = 12
1313

1414
versionBlob* = "stateofus" # Single word - ends up in the default graffitti
1515

vendor/eth2-testnets

0 commit comments

Comments
 (0)