## Issue Addressed

NA

## Proposed Changes

- Bump versions

## Additional Info

- ~~Blocked on #3508~~
- ~~Blocked on #3526~~
- ~~Requires additional testing.~~
- Expected release date is 2022-09-01
This commit is contained in:
Paul Hauner
2022-08-31 22:21:55 +00:00
parent c5785887a9
commit aa022f4685
6 changed files with 14 additions and 14 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.0.0-",
fallback = "Lighthouse/v3.0.0"
prefix = "Lighthouse/v3.1.0-",
fallback = "Lighthouse/v3.1.0"
);
/// Returns `VERSION`, but with platform information appended to the end.