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

Commit c82a44e

Browse files
committed
parity-version: bump stable to 1.11.11
1 parent 31720e6 commit c82a44e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "1.11.10"
5+
version = "1.11.11"
66
license = "GPL-3.0"
77
authors = ["Parity Technologies <admin@parity.io>"]
88

mac/Parity.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
<key>OVERWRITE_PERMISSIONS</key>
463463
<false/>
464464
<key>VERSION</key>
465-
<string>1.11.10</string>
465+
<string>1.11.11</string>
466466
</dict>
467467
<key>UUID</key>
468468
<string>2DCD5B81-7BAF-4DA1-9251-6274B089FD36</string>

nsis/installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
!define DESCRIPTION "Fast, light, robust Ethereum implementation"
1111
!define VERSIONMAJOR 1
1212
!define VERSIONMINOR 11
13-
!define VERSIONBUILD 10
13+
!define VERSIONBUILD 11
1414
!define ARGS ""
1515
!define FIRST_START_ARGS "--mode=passive ui"
1616

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 version string (via env CARGO_PKG_VERSION)
6-
version = "1.11.10"
6+
version = "1.11.11"
77
authors = ["Parity Technologies <admin@parity.io>"]
88
build = "build.rs"
99

0 commit comments

Comments
 (0)