We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64dc420 commit 204e275Copy full SHA for 204e275
runtime/src/lib.rs
@@ -213,7 +213,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
213
// `spec_version`, and `authoring_version` are the same between Wasm and native.
214
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
215
// the compatible custom types.
216
- spec_version: 302,
+ spec_version: 303,
217
impl_version: 1,
218
apis: RUNTIME_API_VERSIONS,
219
transaction_version: 1,
0 commit comments