We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5263830 commit 0c17495Copy full SHA for 0c17495
1 file changed
parachain/runtime/paseo/src/lib.rs
@@ -233,7 +233,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
233
impl_name: create_runtime_str!("heima"),
234
authoring_version: 1,
235
// same versioning-mechanism as polkadot: use last digit for minor updates
236
- spec_version: 9242,
+ spec_version: 9243,
237
impl_version: 0,
238
apis: RUNTIME_API_VERSIONS,
239
transaction_version: 2,
0 commit comments