[Backport] version bumps from 9420 (#2561)

* Bump crate versions

* Bump spec_version to 9420

* Bump transaction_version (#2520)

* bump trnsaction_version

* revert transaction_version bump for all except the collectives

* make cargo fmt happy again
This commit is contained in:
Egor_P
2023-05-12 14:46:25 +02:00
committed by GitHub
parent f7439bb30c
commit 0bab3ce64d
13 changed files with 15 additions and 15 deletions
@@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("contracts-rococo"),
impl_name: create_runtime_str!("contracts-rococo"),
authoring_version: 1,
spec_version: 9400,
spec_version: 9420,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,