Bump versions & Substrate. (#902)

This commit is contained in:
Gavin Wood
2020-03-16 11:00:11 +01:00
committed by GitHub
parent f025f079b8
commit a81d8cb220
19 changed files with 239 additions and 221 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "kusama-runtime"
version = "0.7.24"
version = "0.7.25"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
+1 -1
View File
@@ -78,7 +78,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1052,
spec_version: 1053,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};