bump transaction_version (#2191)

This commit is contained in:
Egor_P
2023-02-16 10:44:36 +01:00
committed by GitHub
parent 01f9a8fad2
commit 1b52acf6c9
8 changed files with 9 additions and 9 deletions
@@ -104,7 +104,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9380,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 4,
transaction_version: 5,
state_version: 0,
};