Release v2.1.0-rc.0 (#2905)

## Issue Addressed

NA

## Proposed Changes

Bump version tags to `v2.1.0-rc.0`.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2022-01-16 23:25:25 +00:00
parent c11253a82f
commit a26b8802da
6 changed files with 9 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.0.1-",
prefix = "Lighthouse/v2.1.0-rc.0-",
fallback = "unknown"
);