sync versions with current release (0.9.33) (#6363)

* westend: update transaction version

* polkadot: update transaction version

* kusama: update transaction version

* Bump spec_version to 9330

* bump versions to 0.9.33
This commit is contained in:
Mara Robin B
2022-11-30 09:32:20 +01:00
committed by GitHub
parent 8042b1cb2a
commit b76086c617
89 changed files with 174 additions and 174 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "westend-runtime"
version = "0.9.31"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
@@ -1,6 +1,6 @@
[package]
name = "westend-runtime-constants"
version = "0.9.31"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
+2 -2
View File
@@ -109,13 +109,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 9310,
spec_version: 9330,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]],
transaction_version: 14,
transaction_version: 15,
state_version: 0,
};