Skip to content

Commit 7f2590d

Browse files
committed
version change
1 parent d6ad876 commit 7f2590d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

code/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "composable"
66
version = { workspace = true }
77

88
[workspace.package]
9-
version = "9.10041.0"
9+
version = "9.10041.1"
1010

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
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.
1616
spec_version: 10041,
17-
impl_version: 0,
17+
impl_version: 1,
1818
apis: RUNTIME_API_VERSIONS,
1919
transaction_version: 2,
2020
state_version: 0,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
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.
1919
spec_version: 10041,
20-
impl_version: 0,
20+
impl_version: 1,
2121
apis: RUNTIME_API_VERSIONS,
2222
transaction_version: 1,
2323
state_version: 0,

0 commit comments

Comments
 (0)