mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
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:
@@ -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"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user