Skip to content

Commit

Permalink
chore: set spec_version to 3
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Oct 20, 2021
1 parent a9b63b4 commit 9e3f55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/runtime/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: create_runtime_str!("kintsugi-parachain"),
impl_name: create_runtime_str!("kintsugi-parachain"),
authoring_version: 1,
spec_version: 1,
spec_version: 3,
impl_version: 1,
transaction_version: 1,
apis: RUNTIME_API_VERSIONS,
Expand Down

0 comments on commit 9e3f55d

Please sign in to comment.