diff --git a/code/Cargo.lock b/code/Cargo.lock index eee52f3a25..8d075e8fcd 100644 --- a/code/Cargo.lock +++ b/code/Cargo.lock @@ -1751,7 +1751,7 @@ dependencies = [ [[package]] name = "composable" -version = "9.10043.0" +version = "9.10044.0" dependencies = [ "color-eyre", "composable-node", @@ -1776,7 +1776,7 @@ dependencies = [ [[package]] name = "composable-node" -version = "9.10043.0" +version = "9.10044.0" dependencies = [ "assets-rpc", "assets-runtime-api", @@ -1866,7 +1866,7 @@ dependencies = [ [[package]] name = "composable-runtime" -version = "9.10043.0" +version = "9.10044.0" dependencies = [ "assets-runtime-api", "common", @@ -1955,7 +1955,7 @@ dependencies = [ [[package]] name = "composable-runtime-wasm" -version = "9.10043.0" +version = "9.10044.0" dependencies = [ "composable-runtime", ] @@ -10313,7 +10313,7 @@ dependencies = [ [[package]] name = "picasso-runtime" -version = "9.10043.0" +version = "9.10044.0" dependencies = [ "assets-runtime-api", "common", @@ -10419,7 +10419,7 @@ dependencies = [ [[package]] name = "picasso-runtime-wasm" -version = "9.10043.0" +version = "9.10044.0" dependencies = [ "picasso-runtime", ] diff --git a/code/Cargo.toml b/code/Cargo.toml index 059a69b1f2..febdffddab 100644 --- a/code/Cargo.toml +++ b/code/Cargo.toml @@ -6,7 +6,7 @@ name = "composable" version = { workspace = true } [workspace.package] -version = "9.10043.0" +version = "9.10044.0" [[bin]] name = "composable" diff --git a/code/parachain/runtime/composable/src/version.rs b/code/parachain/runtime/composable/src/version.rs index 6fa6865389..010e468af8 100644 --- a/code/parachain/runtime/composable/src/version.rs +++ b/code/parachain/runtime/composable/src/version.rs @@ -13,7 +13,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // The version of the runtime specification. A full node will not attempt to use its native // runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`, // `spec_version`, and `authoring_version` are the same between Wasm and native. - spec_version: 10043, + spec_version: 10044, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/code/parachain/runtime/picasso/src/version.rs b/code/parachain/runtime/picasso/src/version.rs index e209b1e856..36fb4890f9 100644 --- a/code/parachain/runtime/picasso/src/version.rs +++ b/code/parachain/runtime/picasso/src/version.rs @@ -16,7 +16,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // The version of the runtime specification. A full node will not attempt to use its native // runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`, // `spec_version`, and `authoring_version` are the same between Wasm and native. - spec_version: 10043, + spec_version: 10044, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,