Version 22.10.1
This commit is contained in:
parent
dc749fb98b
commit
87fdd92d88
|
@ -1,3 +1,11 @@
|
|||
2022-10-10 v22.10.1
|
||||
===================
|
||||
|
||||
Nimbus `v22.10.1` is a `low-urgency` hotfix release addressing a frequently encountered crash when Nimbus has poor network connectivity to an external block builder:
|
||||
|
||||
https://github.com/status-im/nimbus-eth2/pull/4222
|
||||
|
||||
|
||||
2022-10-03 v22.10.0
|
||||
===================
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ when not defined(nimscript):
|
|||
const
|
||||
versionMajor* = 22
|
||||
versionMinor* = 10
|
||||
versionBuild* = 0
|
||||
versionBuild* = 1
|
||||
|
||||
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
|
||||
|
||||
|
|
Loading…
Reference in New Issue