We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971708f commit 296301eCopy full SHA for 296301e
runtime/src/lib.rs
@@ -274,7 +274,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
274
// `spec_version`, and `authoring_version` are the same between Wasm and native.
275
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
276
// the compatible custom types.
277
- spec_version: 330,
+ spec_version: 331,
278
impl_version: 1,
279
apis: RUNTIME_API_VERSIONS,
280
transaction_version: 1,
0 commit comments