## Issue Addressed

NA

## Proposed Changes

Bump versions to v3.0.0

## Additional Info

- ~~Blocked on #3439~~
- ~~Blocked on #3459~~
- ~~Blocked on #3463~~
- ~~Blocked on #3462~~
- ~~Requires further testing~~


Co-authored-by: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
Paul Hauner
2022-08-22 03:43:08 +00:00
parent 931153885c
commit 18c61a5e8b
7 changed files with 13 additions and 11 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/v2.5.1-",
fallback = "Lighthouse/v2.5.1"
prefix = "Lighthouse/v3.0.0-",
fallback = "Lighthouse/v3.0.0"
);
/// Returns `VERSION`, but with platform information appended to the end.