Release v6.0.0 (#6605)

* Release v6.0.0
This commit is contained in:
Michael Sproul
2024-12-02 15:00:51 +11:00
committed by GitHub
parent e9354a807d
commit c042dc14d7
6 changed files with 10 additions and 10 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/v5.3.0-",
fallback = "Lighthouse/v5.3.0"
prefix = "Lighthouse/v6.0.0-",
fallback = "Lighthouse/v6.0.0"
);
/// Returns the first eight characters of the latest commit hash for this build.