Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump transaction_version (#2520) (#2531)
Browse files Browse the repository at this point in the history
* bump trnsaction_version

* revert transaction_version bump for all except the collectives

* make cargo fmt happy again
  • Loading branch information
EgorPopelyaev authored May 5, 2023
1 parent 422a22c commit 51049e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9420,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 4,
transaction_version: 5,
state_version: 0,
};

Expand Down

0 comments on commit 51049e6

Please sign in to comment.