parity-version: mark 2.0.5 track stable

This commit is contained in:
5chdn
2018-09-11 11:11:26 +02:00
parent e2e1d221d5
commit f7c9c27652
3 changed files with 9 additions and 9 deletions

View File

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