From 6f54bf8986362a4c796bf9f1a354fe9d1e02e8b4 Mon Sep 17 00:00:00 2001 From: Aru Sahni Date: Sun, 31 Jul 2022 18:40:44 -0400 Subject: [PATCH] v2.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bda1b6c..5ae85f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -464,7 +464,7 @@ dependencies = [ [[package]] name = "git-req" -version = "2.4.0" +version = "2.4.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index fc4d7e6..5d7f5e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-req" -version = "2.4.0" +version = "2.4.1" authors = ["Aru Sahni "] description = "Check out merge requests from your GitLab/GitHub hosted repos with ease!" homepage = "https://arusahni.github.io/git-req/"