Version bump to v0.2.2 (#1496)

Version bump to v0.2.2
This commit is contained in:
Age Manning 2020-08-10 06:49:03 +00:00
parent cbfae87aa6
commit 134676fd6f
5 changed files with 7 additions and 7 deletions

6
Cargo.lock generated
View File

@ -373,7 +373,7 @@ dependencies = [
[[package]]
name = "beacon_node"
version = "0.2.0"
version = "0.2.2"
dependencies = [
"beacon_chain",
"clap",
@ -2523,7 +2523,7 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
[[package]]
name = "lcli"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"bls",
"clap",
@ -2894,7 +2894,7 @@ dependencies = [
[[package]]
name = "lighthouse"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"account_manager",
"account_utils",

View File

@ -1,6 +1,6 @@
[package]
name = "beacon_node"
version = "0.2.0"
version = "0.2.2"
authors = ["Paul Hauner <paul@paulhauner.com>", "Age Manning <Age@AgeManning.com"]
edition = "2018"

View File

@ -10,7 +10,7 @@ use target_info::Target;
/// `Lighthouse/v0.2.0-1419501f2+`
pub const VERSION: &str = git_version!(
args = ["--always", "--dirty=+"],
prefix = "Lighthouse/v0.2.1-",
prefix = "Lighthouse/v0.2.2-",
fallback = "unknown"
);

View File

@ -1,7 +1,7 @@
[package]
name = "lcli"
description = "Lighthouse CLI (modeled after zcli)"
version = "0.2.1"
version = "0.2.2"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "lighthouse"
version = "0.2.1"
version = "0.2.2"
authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2018"