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 b92c4b6 commit 0b9e977Copy full SHA for 0b9e977
runtime/src/lib.rs
@@ -210,7 +210,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
210
// `spec_version`, and `authoring_version` are the same between Wasm and native.
211
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
212
// the compatible custom types.
213
- spec_version: 268,
+ spec_version: 269,
214
impl_version: 1,
215
apis: RUNTIME_API_VERSIONS,
216
transaction_version: 1,
0 commit comments