Prepare for v0.2.12 (#1672)

## Issue Addressed

NA

## Proposed Changes

- Bump versions
- Run cargo update

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-09-26 06:35:45 +00:00
parent 5688f21bbd
commit f1180a8947
8 changed files with 24 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ use target_info::Target;
/// `Lighthouse/v0.2.0-1419501f2+`
pub const VERSION: &str = git_version!(
args = ["--always", "--dirty=+"],
prefix = "Lighthouse/v0.2.11-",
prefix = "Lighthouse/v0.2.12-",
fallback = "unknown"
);