bump txn versions (#1851)

This commit is contained in:
Egor_P
2022-11-10 13:37:02 +01:00
committed by GitHub
parent 72b80d4f99
commit 4deed3609e
7 changed files with 7 additions and 7 deletions
@@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9290,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
transaction_version: 2,
state_version: 0,
};