Skip to content

Commit

Permalink
Merge pull request #567 from gregdhill/chore/interlay-spec-version
Browse files Browse the repository at this point in the history
chore: bump interlay spec version
  • Loading branch information
gregdhill committed Apr 11, 2022
2 parents f645a40 + 48870ef commit 9227890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/runtime/interlay/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("interlay-parachain"),
impl_name: create_runtime_str!("interlay-parachain"),
authoring_version: 1,
spec_version: 1,
spec_version: 2, // 1.11.0
impl_version: 1,
transaction_version: 2, // added preimage
apis: RUNTIME_API_VERSIONS,
Expand Down

0 comments on commit 9227890

Please sign in to comment.