Skip to content

Commit 43843ca

Browse files
committed
Release v3.4.0-tree.2
1 parent 481e792 commit 43843ca

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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 = "3.4.0-tree.1"
3+
version = "3.4.0-tree.2"
44
authors = ["Paul Hauner <[email protected]>", "Age Manning <[email protected]"]
55
edition = "2021"
66

boot_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 = "boot_node"
3-
version = "3.4.0-tree.1"
3+
version = "3.4.0-tree.2"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = "2021"
66

common/lighthouse_version/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ pub const VERSION: &str = git_version!(
1717
// NOTE: using --match instead of --exclude for compatibility with old Git
1818
"--match=thiswillnevermatchlol"
1919
],
20-
prefix = "Lighthouse/v3.4.0-tree.1-",
21-
fallback = "Lighthouse/v3.4.0-tree.1"
20+
prefix = "Lighthouse/v3.4.0-tree.2-",
21+
fallback = "Lighthouse/v3.4.0-tree.2"
2222
);
2323

2424
/// Returns `VERSION`, but with platform information appended to the end.

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 = "3.4.0-tree.1"
4+
version = "3.4.0-tree.2"
55
authors = ["Paul Hauner <[email protected]>"]
66
edition = "2021"
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 = "3.4.0-tree.1"
3+
version = "3.4.0-tree.2"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = "2021"
66
autotests = false

0 commit comments

Comments
 (0)