Release v5.3.0 (#6194)

* Release v5.3.0
This commit is contained in:
Michael Sproul
2024-08-08 12:17:03 +10:00
committed by GitHub
parent a68f34a014
commit d6ba8c3975
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.2.1-",
fallback = "Lighthouse/v5.2.1"
prefix = "Lighthouse/v5.3.0-",
fallback = "Lighthouse/v5.3.0"
);
/// Returns the first eight characters of the latest commit hash for this build.