bump tx version due to substrate 10896 (#1133)

This commit is contained in:
Squirrel
2022-04-04 18:05:19 +01:00
committed by GitHub
parent 6b4deb5a25
commit 146f00ce0e
3 changed files with 3 additions and 3 deletions
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 900,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 5,
transaction_version: 6,
state_version: 0,
};