We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e98765 commit c19866dCopy full SHA for c19866d
runtime/src/lib.rs
@@ -208,7 +208,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
208
// `spec_version`, and `authoring_version` are the same between Wasm and native.
209
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
210
// the compatible custom types.
211
- spec_version: 263,
+ spec_version: 264,
212
impl_version: 1,
213
apis: RUNTIME_API_VERSIONS,
214
transaction_version: 1,
0 commit comments