Bump version to v0.2.6 (#1549)

## Issue Addressed

NA

## Proposed Changes

See title.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-08-19 09:31:01 +00:00
parent bbed42f30c
commit ebb25b5569
8 changed files with 15 additions and 16 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.5-",
prefix = "Lighthouse/v0.2.6-",
fallback = "unknown"
);