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

Commit

Permalink
Bump node runtime spec version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimpo committed Oct 1, 2019
1 parent 553a4a3 commit b2d8730
Showing 1 changed file with 2 additions and 2 deletions.
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: 166,
impl_version: 166,
apis: RUNTIME_API_VERSIONS,
};

Expand Down

0 comments on commit b2d8730

Please sign in to comment.