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 87b8a2f commit 98a5b9eCopy full SHA for 98a5b9e
runtime/src/lib.rs
@@ -106,7 +106,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
106
// `spec_version`, and `authoring_version` are the same between Wasm and native.
107
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
108
// the compatible custom types.
109
- spec_version: 118,
+ spec_version: 119,
110
impl_version: 1,
111
apis: RUNTIME_API_VERSIONS,
112
transaction_version: 1,
0 commit comments