Bump version (#4904)

* Bump spec_version

* Bump version to 0.9.17
This commit is contained in:
Mara Robin B
2022-02-11 20:43:39 +01:00
committed by GitHub
parent a0ebff4909
commit 167df32561
86 changed files with 172 additions and 172 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "kusama-runtime"
version = "0.9.16"
version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "kusama-runtime-constants"
version = "0.9.16"
version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
+1 -1
View File
@@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 9160,
spec_version: 9170,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,