We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6129f4c commit 365d036Copy full SHA for 365d036
runtime/src/lib.rs
@@ -261,7 +261,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
261
// `spec_version`, and `authoring_version` are the same between Wasm and native.
262
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
263
// the compatible custom types.
264
- spec_version: 324,
+ spec_version: 325,
265
impl_version: 1,
266
apis: RUNTIME_API_VERSIONS,
267
transaction_version: 1,
0 commit comments