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 af585b9 commit 517fabfCopy full SHA for 517fabf
runtime/src/lib.rs
@@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
142
// `spec_version`, and `authoring_version` are the same between Wasm and native.
143
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
144
// the compatible custom types.
145
- spec_version: 202,
+ spec_version: 203,
146
impl_version: 1,
147
apis: RUNTIME_API_VERSIONS,
148
transaction_version: 1,
0 commit comments