Skip to content

Commit

Permalink
bump spec and transaction version for release 9 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t authored Nov 27, 2023
1 parent 8050ecf commit 34d5059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/pendulum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("pendulum"),
impl_name: create_runtime_str!("pendulum"),
authoring_version: 1,
spec_version: 8,
spec_version: 9,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 8,
transaction_version: 9,
state_version: 1,
};

Expand Down

0 comments on commit 34d5059

Please sign in to comment.