Skip to content

Commit e809988

Browse files
committed
update versions.rs
1 parent d8a4aeb commit e809988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/parachain/runtime/composable/src/version.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
1313
// The version of the runtime specification. A full node will not attempt to use its native
1414
// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
1515
// `spec_version`, and `authoring_version` are the same between Wasm and native.
16-
spec_version: 10018,
16+
spec_version: 10019,
1717
impl_version: 3,
1818
apis: RUNTIME_API_VERSIONS,
1919
transaction_version: 2,

code/parachain/runtime/picasso/src/version.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
1616
// The version of the runtime specification. A full node will not attempt to use its native
1717
// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
1818
// `spec_version`, and `authoring_version` are the same between Wasm and native.
19-
spec_version: 10018,
19+
spec_version: 10019,
2020
impl_version: 2,
2121
apis: RUNTIME_API_VERSIONS,
2222
transaction_version: 1,

0 commit comments

Comments
 (0)