Release v7.0.0-beta.3

This commit is contained in:
Michael Sproul
2025-03-13 10:07:09 +11:00
parent 3645d57099
commit 8d058e4040
6 changed files with 11 additions and 11 deletions

View File

@@ -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.0.0-beta.2-",
fallback = "Lighthouse/v7.0.0-beta.2"
prefix = "Lighthouse/v7.0.0-beta.3-",
fallback = "Lighthouse/v7.0.0-beta.3"
);
/// 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.0.0-beta.2"
"7.0.0-beta.3"
}
/// Returns the name of the current client running.