mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 05:14:35 +00:00
Release v7.1.0 (#7609)
Post-Pectra release for tree-states hot 🎉 Already merged to `release-v7.1.0`: - https://github.com/sigp/lighthouse/pull/7444 - https://github.com/sigp/lighthouse/pull/6750 - https://github.com/sigp/lighthouse/pull/7437 - https://github.com/sigp/lighthouse/pull/7133 - https://github.com/sigp/lighthouse/pull/7620 - https://github.com/sigp/lighthouse/pull/7663
This commit is contained in:
@@ -17,8 +17,8 @@ pub const VERSION: &str = git_version!(
|
||||
// NOTE: using --match instead of --exclude for compatibility with old Git
|
||||
"--match=thiswillnevermatchlol"
|
||||
],
|
||||
prefix = "Lighthouse/v7.1.0-beta.0-",
|
||||
fallback = "Lighthouse/v7.1.0-beta.0"
|
||||
prefix = "Lighthouse/v7.1.0-",
|
||||
fallback = "Lighthouse/v7.1.0"
|
||||
);
|
||||
|
||||
/// Returns the first eight characters of the latest commit hash for this build.
|
||||
@@ -54,7 +54,7 @@ pub fn version_with_platform() -> String {
|
||||
///
|
||||
/// `1.5.1`
|
||||
pub fn version() -> &'static str {
|
||||
"7.1.0-beta.0"
|
||||
"7.1.0"
|
||||
}
|
||||
|
||||
/// Returns the name of the current client running.
|
||||
|
||||
Reference in New Issue
Block a user