Skip to content

Commit

Permalink
node/runtime: Bump impl version to debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Nov 10, 2019
1 parent a6d8f6c commit 1a90903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 194,
impl_version: 194,
impl_version: 195,
apis: RUNTIME_API_VERSIONS,
};

Expand Down

0 comments on commit 1a90903

Please sign in to comment.