Bump to v0.2.11 (#1645)

## Issue Addressed

NA

## Proposed Changes

- Bump version to v0.2.11
- Run `cargo update`.


## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-09-22 04:45:15 +00:00
parent bd39cc8e26
commit d85d5a435e
8 changed files with 47 additions and 38 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.10-",
prefix = "Lighthouse/v0.2.11-",
fallback = "unknown"
);