From 271fdd4fb92f16abe92e93937822c0e687720f4d Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 10 Jan 2020 16:01:37 +1100 Subject: [PATCH] Bumb version tags (#792) --- beacon_node/beacon_chain/src/beacon_chain.rs | 2 +- lighthouse/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon_node/beacon_chain/src/beacon_chain.rs b/beacon_node/beacon_chain/src/beacon_chain.rs index a383ea458..06f0a3dbd 100644 --- a/beacon_node/beacon_chain/src/beacon_chain.rs +++ b/beacon_node/beacon_chain/src/beacon_chain.rs @@ -39,7 +39,7 @@ use types::*; // Must be 32-bytes or panic. // // |-------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 /// files in the temp directory. diff --git a/lighthouse/Cargo.toml b/lighthouse/Cargo.toml index dd1ab7ce5..134f6719f 100644 --- a/lighthouse/Cargo.toml +++ b/lighthouse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lighthouse" -version = "0.1.0" +version = "0.1.1" authors = ["Sigma Prime "] edition = "2018"