We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5627094 commit 6ccc990Copy full SHA for 6ccc990
standalone/runtime/src/lib.rs
@@ -144,7 +144,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
144
// and set impl_version to 0. If only runtime
145
// implementation changes and behavior does not, then leave spec_version as
146
// is and increment impl_version.
147
- spec_version: 101,
+ spec_version: 102,
148
impl_version: 0,
149
apis: RUNTIME_API_VERSIONS,
150
transaction_version: 1,
0 commit comments