Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 0b78a1b

Browse files
committed
version: mark 2.3.5 as stable
1 parent 0e95db1 commit 0b78a1b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Parity Ethereum client"
33
name = "parity-ethereum"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "2.3.4"
5+
version = "2.3.5"
66
license = "GPL-3.0"
77
authors = ["Parity Technologies <admin@parity.io>"]
88

util/version/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
[package]
44
name = "parity-version"
55
# NOTE: this value is used for Parity Ethereum version string (via env CARGO_PKG_VERSION)
6-
version = "2.3.4"
6+
version = "2.3.5"
77
authors = ["Parity Technologies <admin@parity.io>"]
88
build = "build.rs"
99

1010
[package.metadata]
1111
# This versions track. Should be changed to `stable` or `beta` when on respective branches.
1212
# Used by auto-updater and for Parity version string.
13-
track = "beta"
13+
track = "stable"
1414

1515
# Network specific settings, used ONLY by auto-updater.
1616
# Latest supported fork blocks.

0 commit comments

Comments
 (0)