Skip to content

Commit

Permalink
[Backport] Version bumps and reorg prdocs from 1.11.0 (paritytech#4336)
Browse files Browse the repository at this point in the history
This PR backports version bumps and reorganization of the `prdocs` from
`1.11.0` release branch back to master
  • Loading branch information
EgorPopelyaev authored and TarekkMA committed Aug 2, 2024
1 parent da592d3 commit 6184e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 16,
transaction_version: 15,
state_version: 1,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 16,
transaction_version: 15,
state_version: 0,
};

Expand Down

0 comments on commit 6184e27

Please sign in to comment.