Bump version to v1.0.3 (#2024)

## Issue Addressed

NA

## Proposed Changes

- Set version to `v1.0.3`
- Run cargo update

## Additional Info

- ~~Blocked on #2008~~
This commit is contained in:
Paul Hauner
2020-11-30 22:55:10 +00:00
parent c718e81eaf
commit 65dcdc361b
6 changed files with 37 additions and 37 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/v1.0.2-",
prefix = "Lighthouse/v1.0.3-",
fallback = "unknown"
);