diff --git a/util/version/Cargo.toml b/util/version/Cargo.toml index 1ba3aea5b..d3a0021ad 100644 --- a/util/version/Cargo.toml +++ b/util/version/Cargo.toml @@ -3,14 +3,14 @@ [package] name = "parity-version" # NOTE: this value is used for Parity version string (via env CARGO_PKG_VERSION) -version = "1.10.2" +version = "1.10.3" authors = ["Parity Technologies "] 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" # Indicates a critical release in this track (i.e. consensus issue) critical = false