Bumb version tags (#792)
This commit is contained in:
parent
55a6dc9ae3
commit
271fdd4fb9
@ -39,7 +39,7 @@ use types::*;
|
|||||||
// Must be 32-bytes or panic.
|
// Must be 32-bytes or panic.
|
||||||
//
|
//
|
||||||
// |-------must be this long------|
|
// |-------must be this long------|
|
||||||
pub const GRAFFITI: &str = "sigp/lighthouse-0.1.0-prerelease";
|
pub const GRAFFITI: &str = "sigp/lighthouse-0.1.1-prerelease";
|
||||||
|
|
||||||
/// If true, everytime a block is processed the pre-state, post-state and block are written to SSZ
|
/// If true, everytime a block is processed the pre-state, post-state and block are written to SSZ
|
||||||
/// files in the temp directory.
|
/// files in the temp directory.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lighthouse"
|
name = "lighthouse"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user