From dfecca72ef8a6794f1cf951cd7daf66e07ebd3c7 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Wed, 22 Apr 2020 01:07:38 +1000 Subject: [PATCH] Updates the grafiti tag to v0.2.0 --- beacon_node/beacon_chain/src/beacon_chain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/beacon_chain/src/beacon_chain.rs b/beacon_node/beacon_chain/src/beacon_chain.rs index 6d5c79639..0d8bbb824 100644 --- a/beacon_node/beacon_chain/src/beacon_chain.rs +++ b/beacon_node/beacon_chain/src/beacon_chain.rs @@ -45,7 +45,7 @@ use types::*; // Must be 32-bytes or panic. // // |-------must be this long------| -pub const GRAFFITI: &str = "sigp/lighthouse-0.1.1-prerelease"; +pub const GRAFFITI: &str = "sigp/lighthouse-0.2.0-prerelease"; /// The time-out before failure during an operation to take a read/write RwLock on the canonical /// head.