From 37693e27c3cb12a27c5c536451b4d2fd116c48be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:12:22 +0000 Subject: [PATCH] chore: :bookmark: release v2.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f00c00c..2b5bcd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1395,7 +1395,7 @@ dependencies = [ [[package]] name = "ret2cli" -version = "2.0.0" +version = "2.0.1" dependencies = [ "base64 0.23.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 876d75e..b638543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ret2cli" -version = "2.0.0" +version = "2.0.1" edition = "2024" rust-version = "1.89" authors = ["LyCecilion "]