Bump to v0.2.7 (#1561)

## Issue Addressed

NA

## Proposed Changes

- Update to v0.2.7
- Add script to make update easy.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-08-24 08:25:34 +00:00
parent 3569506acd
commit dfd02d6179
8 changed files with 39 additions and 7 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.6-",
prefix = "Lighthouse/v0.2.7-",
fallback = "unknown"
);