Skip to content

Commit 134676f

Browse files
committed
Version bump to v0.2.2 (#1496)
Version bump to v0.2.2
1 parent cbfae87 commit 134676f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

beacon_node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "beacon_node"
3-
version = "0.2.0"
3+
version = "0.2.2"
44
authors = ["Paul Hauner <[email protected]>", "Age Manning <[email protected]"]
55
edition = "2018"
66

common/lighthouse_version/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use target_info::Target;
1010
/// `Lighthouse/v0.2.0-1419501f2+`
1111
pub const VERSION: &str = git_version!(
1212
args = ["--always", "--dirty=+"],
13-
prefix = "Lighthouse/v0.2.1-",
13+
prefix = "Lighthouse/v0.2.2-",
1414
fallback = "unknown"
1515
);
1616

lcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lcli"
33
description = "Lighthouse CLI (modeled after zcli)"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
authors = ["Paul Hauner <[email protected]>"]
66
edition = "2018"
77

lighthouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lighthouse"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)