We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000ca02 commit 7fe9871Copy full SHA for 7fe9871
runtime/src/lib.rs
@@ -150,7 +150,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
150
// `spec_version`, and `authoring_version` are the same between Wasm and native.
151
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
152
// the compatible custom types.
153
- spec_version: 128,
+ spec_version: 129,
154
impl_version: 1,
155
apis: RUNTIME_API_VERSIONS,
156
transaction_version: 1,
0 commit comments