We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d8f6c commit 1a90903Copy full SHA for 1a90903
node/runtime/src/lib.rs
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
83
// implementation changes and behavior does not, then leave spec_version as
84
// is and increment impl_version.
85
spec_version: 194,
86
- impl_version: 194,
+ impl_version: 195,
87
apis: RUNTIME_API_VERSIONS,
88
};
89
0 commit comments