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

Commit 44f088b

Browse files
Denis GranhaDenis Granha
Denis Granha
and
Denis Granha
authored
v3 release version strings and track stable (#11680)
Co-authored-by: Denis Granha <[email protected]>
1 parent 28207a8 commit 44f088b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "OpenEthereum"
33
name = "openethereum"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "3.0.0-alpha.1"
5+
version = "3.0.0"
66
license = "GPL-3.0"
77
authors = [
88
"OpenEthereum developers",

util/version/Cargo.toml

+2-2
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 the OpenEthereum version string (via env CARGO_PKG_VERSION)
6-
version = "3.0.0-alpha.1"
6+
version = "3.0.0"
77
authors = ["Parity Technologies <[email protected]>"]
88
build = "build.rs"
99

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

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

0 commit comments

Comments
 (0)