Bump substrate (#780)

This commit is contained in:
Gavin Wood
2020-01-18 18:50:43 +01:00
committed by GitHub
parent 2b081f9edd
commit 524b6f0254
19 changed files with 186 additions and 186 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "kusama-runtime"
version = "0.7.18"
version = "0.7.19"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
+1 -1
View File
@@ -77,7 +77,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1041,
spec_version: 1042,
impl_version: 3,
apis: RUNTIME_API_VERSIONS,
};