Version v1.0.5 (#2117)

## Issue Addressed

NA

## Proposed Changes

- Bump versions to `v1.0.5`
- Run `cargo update`

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-12-23 18:52:48 +00:00
parent c5f03f7d56
commit 9ed65a64f8
6 changed files with 36 additions and 64 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.0.4-",
prefix = "Lighthouse/v1.0.5-",
fallback = "unknown"
);