Skip to content

Commit

Permalink
chore: bump kintsugi spec_version to 19
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Jun 23, 2022
1 parent 72f8911 commit ce0add2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/runtime/kintsugi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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: 18, // 1.15.0
spec_version: 19, // 1.16.0
impl_version: 1,
transaction_version: 3, // added preimage
apis: RUNTIME_API_VERSIONS,
Expand Down

0 comments on commit ce0add2

Please sign in to comment.