From e1f874e3166420f3bd7439d7a98907f7afcafde3 Mon Sep 17 00:00:00 2001 From: czareko Date: Thu, 9 Apr 2026 11:31:18 +0000 Subject: [PATCH] ci: Automate version bump to v0.5.5 --- Cargo.lock | 2 +- node/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fdc1453..4f08068d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8507,7 +8507,7 @@ dependencies = [ [[package]] name = "quantus-node" -version = "0.5.4-power-redistribution" +version = "0.5.5" dependencies = [ "clap", "frame-benchmarking-cli", diff --git a/node/Cargo.toml b/node/Cargo.toml index fc95511e..c8af5784 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.5.4-power-redistribution" +version = "0.5.5" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]