diff --git a/node/runtime/src/lib.rs b/node/runtime/src/lib.rs index 0ccb525c9bec5..5770795bc58ea 100644 --- a/node/runtime/src/lib.rs +++ b/node/runtime/src/lib.rs @@ -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, };