## Issue Addressed

NA

## Proposed Changes

Bump versions

## Additional Info

NA
This commit is contained in:
Paul Hauner
2021-02-19 00:49:32 +00:00
parent f8cc82f2b1
commit 8c6537e71d
6 changed files with 9 additions and 9 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=+", "--abbrev=7"],
prefix = "Lighthouse/v1.1.1-",
prefix = "Lighthouse/v1.1.2-",
fallback = "unknown"
);