From 45d3649cae4fc00f2a64f472bd2275318453b94b Mon Sep 17 00:00:00 2001 From: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:34:05 +0000 Subject: [PATCH] chore: release v2.0.3 https://github.com/oakcask/git-toolbox/actions/runs/11215584258 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95b006f..c044a0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "git-toolbox" -version = "2.0.2" +version = "2.0.3" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index e2d3f11..f952cc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-toolbox" -version = "2.0.2" +version = "2.0.3" edition = "2021" homepage = "https://github.com/oakcask/git-toolbox" license = "MIT OR Apache-2.0"