From 77e0d8a25a5a0aed53fb4f5361737811f90ac389 Mon Sep 17 00:00:00 2001 From: czareko Date: Thu, 11 Dec 2025 22:33:40 +0000 Subject: [PATCH] ci: Automate version bump to v0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f28523d..f1e4eda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3529,7 +3529,7 @@ dependencies = [ [[package]] name = "quantus-cli" -version = "0.3.0" +version = "0.3.1" dependencies = [ "aes-gcm", "argon2", diff --git a/Cargo.toml b/Cargo.toml index d0ede29..e082573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quantus-cli" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Quantus Network"] license = "Apache-2.0"