Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Bump spec_version to 9420 and transaction_version to 2 (#253)
Browse files Browse the repository at this point in the history
* Bump spec_version to 9420

* Bumping transaction verison
  • Loading branch information
hbulgarini committed Aug 1, 2023
1 parent 8f6b9de commit 990ec06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/trappist/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("trappist-rococo"),
impl_name: create_runtime_str!("trappist-rococo"),
authoring_version: 1,
spec_version: 9370,
spec_version: 9420,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
transaction_version: 2,
state_version: 1,
};

Expand Down

0 comments on commit 990ec06

Please sign in to comment.