Skip to content

Commit 1a90903

Browse files
committed
node/runtime: Bump impl version to debug CI
1 parent a6d8f6c commit 1a90903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8383
// implementation changes and behavior does not, then leave spec_version as
8484
// is and increment impl_version.
8585
spec_version: 194,
86-
impl_version: 194,
86+
impl_version: 195,
8787
apis: RUNTIME_API_VERSIONS,
8888
};
8989

0 commit comments

Comments
 (0)