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/"