v3 release version strings and track stable (#11680)

Co-authored-by: Denis Granha <denis@gnosis.io>
This commit is contained in:
Denis Granha
2020-05-05 19:29:29 +02:00
committed by GitHub
parent 28207a83ac
commit 44f088bb47
3 changed files with 5 additions and 5 deletions

View File

@@ -3,14 +3,14 @@
[package]
name = "parity-version"
# NOTE: this value is used for the OpenEthereum version string (via env CARGO_PKG_VERSION)
version = "3.0.0-alpha.1"
version = "3.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
[package.metadata]
# This versions track. Should be changed to `stable` when on respective branches.
# Used by auto-updater and for the OpenEthereum version string.
track = "nightly"
track = "stable"
# Network specific settings, used ONLY by auto-updater.
# Latest supported fork blocks.