From 417d3a379c43b2adecfa000347c3045337635e34 Mon Sep 17 00:00:00 2001 From: illuzen Date: Thu, 10 Sep 2026 04:53:51 +0000 Subject: [PATCH] ci: Automate version bump to v2.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 882a8f4..89ec17b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4901,7 +4901,7 @@ checksum = "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec" [[package]] name = "quantus-cli" -version = "2.2.0" +version = "2.2.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2f1532f..301bb64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "quantus-cli" readme = "README.md" repository = "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/Quantus-Network/quantus-cli" -version = "2.2.0" +version = "2.2.1" [lib] name = "quantus_cli"