From cc672cc274baf3cf5701805327189c4706bab0e6 Mon Sep 17 00:00:00 2001 From: n13 Date: Tue, 1 Sep 2026 02:23:12 +0000 Subject: [PATCH] ci: Automate version bump to v0.11.0-rocket-fuel --- Cargo.lock | 4 ++-- node/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- runtime/src/lib.rs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c98b23ab..5e07b6d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7560,7 +7560,7 @@ dependencies = [ [[package]] name = "quantus-node" -version = "0.10.0" +version = "0.11.0-rocket-fuel" dependencies = [ "array-bytes 6.2.3", "clap", @@ -7631,7 +7631,7 @@ dependencies = [ [[package]] name = "quantus-runtime" -version = "0.9.0-endless-sky" +version = "0.11.0-rocket-fuel" dependencies = [ "env_logger", "frame-benchmarking", diff --git a/node/Cargo.toml b/node/Cargo.toml index fa8147d3..40666ceb 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "quantus-node" publish = false repository.workspace = true -version = "0.10.0" +version = "0.11.0-rocket-fuel" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index f31c9583..2e5d4799 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "quantus-runtime" publish = false repository.workspace = true -version = "0.9.0-endless-sky" +version = "0.11.0-rocket-fuel" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 7e3b78bb..313fad4a 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: alloc::borrow::Cow::Borrowed("quantus-runtime"), impl_name: alloc::borrow::Cow::Borrowed("quantus-runtime"), authoring_version: 1, - spec_version: 147, + spec_version: 148, impl_version: 1, apis: apis::RUNTIME_API_VERSIONS, transaction_version: 6,