## Issue Addressed

NA

## Proposed Changes

- Bump version.
- Add some new ENR for Prater
    - Afri: https://github.com/eth2-clients/eth2-testnets/pull/42
    - Prysm: https://github.com/eth2-clients/eth2-testnets/pull/43
- Apply the fixes from #2181 to the no-eth1-sim to try fix CI issues. 

## Additional Info

NA
This commit is contained in:
Paul Hauner
2021-03-18 04:20:46 +00:00
parent aae8bbd130
commit b34a79dc0b
8 changed files with 50 additions and 47 deletions

View File

@@ -16,7 +16,7 @@ pub const VERSION: &str = git_version!(
// NOTE: using --match instead of --exclude for compatibility with old Git
"--match=thiswillnevermatchlol"
],
prefix = "Lighthouse/v1.2.0-",
prefix = "Lighthouse/v1.2.1-",
fallback = "unknown"
);