Release v2.0.1 (#2726)

## Issue Addressed

NA

## Proposed Changes

- Update versions to `v2.0.1` in anticipation for a release early next week.
- Add `--ignore` to `cargo audit`. See #2727.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2021-10-18 03:08:32 +00:00
parent 180c90bf6d
commit fff01b24dd
7 changed files with 10 additions and 10 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.0-",
prefix = "Lighthouse/v2.0.1-",
fallback = "unknown"
);