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

Commit 9bf6ed8

Browse files
authored
update version string (#11362)
1 parent b463487 commit 9bf6ed8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.6.7"
5+
version = "2.6.8"
66
license = "GPL-3.0"
77
authors = ["Parity Technologies <[email protected]>"]
88

util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.6.7"
6+
version = "2.6.8"
77
authors = ["Parity Technologies <[email protected]>"]
88
build = "build.rs"
99

0 commit comments

Comments
 (0)