We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c59b1 commit 01c12d3Copy full SHA for 01c12d3
runtime/src/lib.rs
@@ -240,7 +240,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
240
// `spec_version`, and `authoring_version` are the same between Wasm and native.
241
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
242
// the compatible custom types.
243
- spec_version: 372,
+ spec_version: 373,
244
impl_version: 1,
245
apis: RUNTIME_API_VERSIONS,
246
transaction_version: 1,
0 commit comments