[Backport] version bumps from 9380 (#2309)

* Bump crate versions

* bump transaction_version (#2191)
This commit is contained in:
Egor_P
2023-03-14 10:34:20 +01:00
committed by GitHub
parent cd56ed8531
commit 6f7beb1095
10 changed files with 11 additions and 11 deletions
@@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9381,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
transaction_version: 2,
state_version: 1,
};
@@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9381,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
transaction_version: 2,
state_version: 1,
};