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

Commit

Permalink
Bump to m15 (#384)
Browse files Browse the repository at this point in the history
This patch bumps us up to m15, which was previously versioned at 14 by mistake.
  • Loading branch information
hayesgm authored Jun 25, 2021
1 parent 2d47f02 commit 55d6ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("gateway"),
impl_name: create_runtime_str!("gateway"),
authoring_version: 1,
spec_version: 14,
spec_version: 15,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 55d6ca5

Please sign in to comment.