We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
runtime/src/lib.rs::spec_version;L142
1 parent ed729b6 commit b003138Copy full SHA for b003138
runtime/src/lib.rs
@@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
139
// `spec_version`, and `authoring_version` are the same between Wasm and native.
140
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
141
// the compatible custom types.
142
- spec_version: 165,
+ spec_version: 166,
143
impl_version: 1,
144
apis: RUNTIME_API_VERSIONS,
145
transaction_version: 1,
0 commit comments