v3 release version strings and track stable (#11680)
Co-authored-by: Denis Granha <denis@gnosis.io>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user