Backports for 2.1.1 beta (#9599)

* parity: bump version to 2.1.1 beta

* ci: fix regex 🙄

* docs(rpc): annotate tag with the provided message
This commit is contained in:
Afri Schoedon
2018-09-19 20:31:26 +02:00
committed by GitHub
parent 363ad10906
commit cb09330cb3
5 changed files with 13 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
[package]
name = "parity-version"
# NOTE: this value is used for Parity Ethereum version string (via env CARGO_PKG_VERSION)
version = "2.1.0"
version = "2.1.1"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
@@ -16,9 +16,9 @@ track = "beta"
# Latest supported fork blocks.
# Indicates a critical release in this track (i.e. consensus issue).
[package.metadata.networks]
foundation = { forkBlock = 4370000, critical = true }
ropsten = { forkBlock = 10, critical = true }
kovan = { forkBlock = 6600000, critical = true }
foundation = { forkBlock = 4370000, critical = false }
ropsten = { forkBlock = 10, critical = false }
kovan = { forkBlock = 6600000, critical = false }
[dependencies]
parity-bytes = "0.1"