From 843e41e5155e28d86ff70aa268dfec3f5f2f1852 Mon Sep 17 00:00:00 2001 From: Drew De Ponte Date: Fri, 10 May 2024 23:54:27 -0400 Subject: [PATCH] Bump version to 7.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 784dec9..f174879 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "gps" -version = "7.1.0" +version = "7.1.1" dependencies = [ "ansi_term", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1c7e097..b081fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gps" -version = "7.1.0" +version = "7.1.1" edition = "2018" license-file = "LICENSE" description = "Official CLI & library for Git Patch Stack"