Bump version to v0.2.9 (#1598)

## Issue Addressed

NA

## Proposed Changes

- Bump version tags
- Run `cargo update`

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-09-09 02:28:35 +00:00
parent 9cf8f45192
commit 0821e6b39f
8 changed files with 60 additions and 57 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.8-",
prefix = "Lighthouse/v0.2.9-",
fallback = "unknown"
);