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
@@ -108,7 +108,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rococo"),
impl_name: create_runtime_str!("parity-rococo-v2.0"),
authoring_version: 0,
spec_version: 9310,
spec_version: 9330,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,