Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Merge remote-tracking branch 'paritytech/master' into authority-disco…
…very-no-im-online
  • Loading branch information
mxinden committed Oct 1, 2019
commit 44b506054db422bbd7d8ffa69ce2942f5e59e8bc
4 changes: 2 additions & 2 deletions node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to equal spec_version. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 165,
impl_version: 167,
spec_version: 168,
impl_version: 168,
apis: RUNTIME_API_VERSIONS,
};

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.