Release v5.1.0 (#5372)

* Bump versions
This commit is contained in:
Pawan Dhananjay
2024-03-11 05:14:29 +05:30
committed by GitHub
parent 54b1c229e1
commit 10a38a8aae
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.0.0-",
fallback = "Lighthouse/v5.0.0"
prefix = "Lighthouse/v5.1.0-",
fallback = "Lighthouse/v5.1.0"
);
/// Returns `VERSION`, but with platform information appended to the end.