From 78fa134347f811cc02b9b1bdeece02ef92c72145 Mon Sep 17 00:00:00 2001 From: n13 Date: Mon, 20 Apr 2026 03:07:46 +0000 Subject: [PATCH] ci: Automate version bump to v1.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 118d635..41757e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3934,7 +3934,7 @@ dependencies = [ [[package]] name = "quantus-cli" -version = "1.3.1" +version = "1.3.2" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6236913..b736e63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quantus-cli" -version = "1.3.1" +version = "1.3.2" edition = "2021" authors = ["Quantus Network"] license = "Apache-2.0"