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

Commit

Permalink
Bump Runtime Version (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Sep 7, 2022
1 parent 9b00aef commit 8e987f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/runtime/pangolin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Pangolin"),
impl_name: sp_runtime::create_runtime_str!("Pangolin"),
authoring_version: 0,
spec_version: 2_9_04_0,
spec_version: 2_9_04_1,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
Expand Down
2 changes: 1 addition & 1 deletion node/runtime/pangoro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Pangoro"),
impl_name: sp_runtime::create_runtime_str!("Pangoro"),
authoring_version: 0,
spec_version: 2_9_04_0,
spec_version: 2_9_04_1,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
Expand Down

0 comments on commit 8e987f9

Please sign in to comment.