Release v3.5.1 (#4049)

## Issue Addressed

NA

## Proposed Changes

Bumps versions to v3.5.1.

## Additional Info

- [x] Requires further testing
This commit is contained in:
Paul Hauner
2023-03-07 07:57:39 +00:00
parent 4c109115ca
commit 319cc61afe
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/v3.5.0-",
fallback = "Lighthouse/v3.5.0"
prefix = "Lighthouse/v3.5.1-",
fallback = "Lighthouse/v3.5.1"
);
/// Returns `VERSION`, but with platform information appended to the end.