Release v6.0.1 (#6659)

* Release v6.0.1
This commit is contained in:
Michael Sproul
2024-12-16 14:03:22 +11:00
committed by GitHub
parent c3a0757ad2
commit 0d90135047
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/v6.0.0-",
fallback = "Lighthouse/v6.0.0"
prefix = "Lighthouse/v6.0.1-",
fallback = "Lighthouse/v6.0.1"
);
/// Returns the first eight characters of the latest commit hash for this build.