From 5dd52064cc59d89bbaeb5aaabb5c617a385a5bc7 Mon Sep 17 00:00:00 2001 From: czareko Date: Fri, 13 Mar 2026 01:25:12 +0000 Subject: [PATCH] ci: Automate version bump to v1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c1fc19..fc35560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3869,7 +3869,7 @@ dependencies = [ [[package]] name = "quantus-cli" -version = "1.0.0" +version = "1.0.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index af28f91..d673746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quantus-cli" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["Quantus Network"] license = "Apache-2.0"