mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 17:53:52 +00:00
[skip ci] Update the version number
This commit is contained in:
parent
d02d8f8d51
commit
9f28a464fb
@ -3,7 +3,7 @@
|
||||
|
||||
import
|
||||
typetraits, options,
|
||||
stew/[bitops2, endians2, objects], serialization/testing/tracing,
|
||||
stew/[bitops2, endians2, objects],
|
||||
../spec/[digest, datatypes], ./types, ./spec_types, ./merkleization
|
||||
|
||||
template raiseIncorrectSize(T: type) =
|
||||
|
@ -9,7 +9,7 @@ when not defined(nimscript):
|
||||
const
|
||||
versionMajor* = 0
|
||||
versionMinor* = 6
|
||||
versionBuild* = 0
|
||||
versionBuild* = 3
|
||||
versionBlob* = "hope" # Single word - ends up in the default graffitti
|
||||
|
||||
useInsecureFeatures* = defined(insecure)
|
||||
|
Loading…
x
Reference in New Issue
Block a user