Skip to content

Commit 1608361

Browse files
committed
bump version.
1 parent cb83cea commit 1608361

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Diff for: code/Cargo.lock

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

Diff for: 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 = "7.10025.0"
9+
version = "7.10026.0"
1010

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

Diff for: 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: 10025,
16+
spec_version: 10026,
1717
impl_version: 3,
1818
apis: RUNTIME_API_VERSIONS,
1919
transaction_version: 2,

Diff for: 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: 10025,
19+
spec_version: 10026,
2020
impl_version: 2,
2121
apis: RUNTIME_API_VERSIONS,
2222
transaction_version: 1,

0 commit comments

Comments
 (0)