Version v1.0.4 (#2073)

## Proposed Changes

Run cargo update and bump version in prep for v1.0.4 release

## Additional Info

Planning to merge this commit to `unstable`, test on Pyrmont and canary nodes, then push to `stable`.
This commit is contained in:
Michael Sproul
2020-12-10 04:01:40 +00:00
parent dfb588e521
commit 1abc70e815
6 changed files with 101 additions and 77 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.3-",
prefix = "Lighthouse/v1.0.4-",
fallback = "unknown"
);