Skip to content

Commit

Permalink
Merge pull request #329 from gregdhill/chore/spec-version
Browse files Browse the repository at this point in the history
chore: set spec_version to 3
  • Loading branch information
gregdhill authored Oct 20, 2021
2 parents a9b63b4 + 9e3f55d commit abcd416
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 abcd416

Please sign in to comment.