Release v2.1.0-rc.1 (#2921)

## Proposed Changes

New release candidate to address Windows build failure for rc.0
This commit is contained in:
Michael Sproul
2022-01-17 03:25:30 +00:00
parent a26b8802da
commit a836e180f9
7 changed files with 22 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ pub const VERSION: &str = git_version!(
// NOTE: using --match instead of --exclude for compatibility with old Git
"--match=thiswillnevermatchlol"
],
prefix = "Lighthouse/v2.1.0-rc.0-",
prefix = "Lighthouse/v2.1.0-rc.1-",
fallback = "unknown"
);