[Backport] version bumps 9400 (#2424)

* Bump crate versions

* Bump spec_version to 9400

* bump transaction versions (#2364)
This commit is contained in:
Egor_P
2023-04-05 13:08:13 +02:00
committed by GitHub
parent 2cbaa3910d
commit b49628f316
13 changed files with 24 additions and 24 deletions
@@ -224,7 +224,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("penpal-parachain"),
impl_name: create_runtime_str!("penpal-parachain"),
authoring_version: 1,
spec_version: 9381,
spec_version: 9400,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
@@ -101,10 +101,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("test-parachain"),
impl_name: create_runtime_str!("test-parachain"),
authoring_version: 1,
spec_version: 9381,
spec_version: 9400,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 5,
transaction_version: 6,
state_version: 0,
};