Prepare for v0.2.4 (#1533)

## Issue Addressed

NA

## Proposed Changes

NA

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-08-17 12:13:42 +00:00
parent 719a69aee0
commit 9a97a0b14f
7 changed files with 22 additions and 55 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.3-",
prefix = "Lighthouse/v0.2.4-",
fallback = "unknown"
);