Skip to content

Commit dfcb336

Browse files
committed
Release v4.3.0 (#4452)
## Issue Addressed NA ## Proposed Changes Bump versions ## Additional Info NA
1 parent 8e65419 commit dfcb336

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Diff for: Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: beacon_node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "beacon_node"
3-
version = "4.2.0"
3+
version = "4.3.0"
44
authors = ["Paul Hauner <[email protected]>", "Age Manning <[email protected]"]
55
edition = "2021"
66

Diff for: boot_node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "boot_node"
3-
version = "4.2.0"
3+
version = "4.3.0"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = "2021"
66

Diff for: common/lighthouse_version/src/lib.rs

+2-2
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/v4.2.0-",
21-
fallback = "Lighthouse/v4.2.0"
20+
prefix = "Lighthouse/v4.3.0-",
21+
fallback = "Lighthouse/v4.3.0"
2222
);
2323

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

Diff for: lcli/Cargo.toml

+1-1
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 = "4.2.0"
4+
version = "4.3.0"
55
authors = ["Paul Hauner <[email protected]>"]
66
edition = "2021"
77

Diff for: lighthouse/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lighthouse"
3-
version = "4.2.0"
3+
version = "4.3.0"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = "2021"
66
autotests = false

0 commit comments

Comments
 (0)