From f778c4c58fce8620361f8a5d8c3c5387fbc9ff31 Mon Sep 17 00:00:00 2001 From: illuzen Date: Thu, 2 Apr 2026 07:15:08 +0000 Subject: [PATCH] ci: Automate version bump to v1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 295196a..4471229 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3911,7 +3911,7 @@ dependencies = [ [[package]] name = "quantus-cli" -version = "1.0.1" +version = "1.1.0" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a25854e..dc3a10f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quantus-cli" -version = "1.0.1" +version = "1.1.0" edition = "2021" authors = ["Quantus Network"] license = "Apache-2.0"