Bumb version tags (#792)

This commit is contained in:
Paul Hauner 2020-01-10 16:01:37 +11:00 committed by GitHub
parent 55a6dc9ae3
commit 271fdd4fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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