Release v5.2.0 (#5664)

* Bump version to v5.2.0
This commit is contained in:
Michael Sproul
2024-06-10 23:28:11 +10:00
committed by GitHub
parent 947e2e8db1
commit f1d88ba4b1
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.1.3-",
fallback = "Lighthouse/v5.1.3"
prefix = "Lighthouse/v5.2.0-",
fallback = "Lighthouse/v5.2.0"
);
/// Returns the first eight characters of the latest commit hash for this build.