Release v5.2.1 (testing branch) (#5989)

* Release v5.2.1
This commit is contained in:
Michael Sproul
2024-06-28 12:10:32 +10:00
committed by GitHub
parent b38019cb10
commit 9e12c21f26
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.0-",
fallback = "Lighthouse/v5.2.0"
prefix = "Lighthouse/v5.2.1-",
fallback = "Lighthouse/v5.2.1"
);
/// Returns the first eight characters of the latest commit hash for this build.