Updates the grafiti tag to v0.2.0

This commit is contained in:
Age Manning 2020-04-22 01:07:38 +10:00
parent 9e416a9bcd
commit dfecca72ef
No known key found for this signature in database
GPG Key ID: 05EED64B79E06A93

View File

@ -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.