Skip to content

Commit 65e1857

Browse files
committed
version bump
1 parent bd89503 commit 65e1857

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

code/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "composable"
66
version = { workspace = true }
77

88
[workspace.package]
9-
version = "8.10035.2"
9+
version = "9.10037.1"
1010

1111
[[bin]]
1212
name = "composable"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ 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: 10035,
17-
impl_version: 3,
16+
spec_version: 10037,
17+
impl_version: 1,
1818
apis: RUNTIME_API_VERSIONS,
1919
transaction_version: 2,
2020
state_version: 0,

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

Lines changed: 1 addition & 1 deletion
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: 10035,
19+
spec_version: 10037,
2020
impl_version: 1,
2121
apis: RUNTIME_API_VERSIONS,
2222
transaction_version: 1,

0 commit comments

Comments
 (0)