Update to v0.2.3 (#1519)

## Issue Addressed

NA

## Proposed Changes

Bump versions to v0.2.3.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-08-14 08:32:31 +00:00
parent 619ad106cf
commit f4a7311008
6 changed files with 6 additions and 6 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.2-",
prefix = "Lighthouse/v0.2.3-",
fallback = "unknown"
);