Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
node: bump spec version
  • Loading branch information
andresilva committed Aug 15, 2019
commit ddea718797a5e0ebd42f74975d53a8efb415fd34
4 changes: 2 additions & 2 deletions node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,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: 141,
impl_version: 141,
spec_version: 142,
impl_version: 142,
apis: RUNTIME_API_VERSIONS,
};

Expand Down