From e57cd92c75771581b33b184cab464b0156c3f5ca Mon Sep 17 00:00:00 2001 From: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:08:51 +0000 Subject: [PATCH] chore: release v1.0.11 https://github.com/oakcask/git-toolbox/actions/runs/9943603347 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e82bf79..b41bbf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "git-toolbox" -version = "1.0.10" +version = "1.0.11" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3dc7a90..196399f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-toolbox" -version = "1.0.10" +version = "1.0.11" edition = "2021" homepage = "https://github.com/oakcask/git-toolbox" license = "MIT OR Apache-2.0"