[Backport] txn version bump from 1.5.0 (#2709)

This PR backports `transaction_version` bump from `1.5.0` release back
to `master`
This commit is contained in:
Egor_P
2023-12-14 12:13:48 +01:00
committed by GitHub
parent 8a6e9ef189
commit 3e4e8c0bd1
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_005_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 22,
transaction_version: 24,
state_version: 1,
};