version bumps (0.9.28) (#5933)

* Bump crate versions

* Bump spec_version to 9280 for kusama

* Bump spec_version to 9280 for polkadot

* Bump spec_version to 9280 for rococo

* Bump spec_version to 9280 for westend

* update Cargo.lock

Co-authored-by: parity-processbot <>
This commit is contained in:
Mara Robin B
2022-08-29 18:01:58 +02:00
committed by GitHub
parent 80fae17118
commit fc97080cb2
89 changed files with 171 additions and 171 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "kusama-runtime"
version = "0.9.27"
version = "0.9.28"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "kusama-runtime-constants"
version = "0.9.27"
version = "0.9.28"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
+1 -1
View File
@@ -121,7 +121,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 9270,
spec_version: 9280,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,