Skip to content

Commit 2072341

Browse files
committed
Bump to 3.1.0
1 parent 36d250a commit 2072341

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1.0-rc1"
5+
version = "3.1.0"
66
license = "GPL-3.0"
77
authors = [
88
"OpenEthereum developers",

util/version/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "parity-version"
33
# NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION)
4-
version = "3.1.0-rc1"
4+
version = "3.1.0"
55
authors = ["Parity Technologies <[email protected]>"]
66
build = "build.rs"
77

0 commit comments

Comments
 (0)