Bump version to v0.2.8 (#1572)

## Issue Addressed

NA

## Proposed Changes

- Bump versions
- Run `cargo update`

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-08-27 07:04:12 +00:00
parent d9f4819fe0
commit 967700c1ff
8 changed files with 114 additions and 72 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.7-",
prefix = "Lighthouse/v0.2.8-",
fallback = "unknown"
);