## Issue Addressed

NA

## Proposed Changes

- Bump version to `v2.1.2`
- Run `cargo update`

## Additional Info

NA
This commit is contained in:
Paul Hauner
2022-02-01 23:53:53 +00:00
parent fc37d51e10
commit 0177b9286e
6 changed files with 118 additions and 101 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.1-",
prefix = "Lighthouse/v2.1.2-",
fallback = "unknown"
);