From 05f4fef8860573e656ba0872ee1907deee604f19 Mon Sep 17 00:00:00 2001 From: Lin Date: Thu, 9 Jun 2022 18:15:04 +0800 Subject: [PATCH] =?UTF-8?q?chore(cargo):=20=F0=9F=93=A6=20Upgrade=20versio?= =?UTF-8?q?n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/version.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e91e7fc..f417d11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ dependencies = [ [[package]] name = "grc" -version = "1.3.0" +version = "1.3.1" dependencies = [ "cargo-husky", "clap", diff --git a/Cargo.toml b/Cargo.toml index a91a902..0845465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grc" -version = "1.3.0" +version = "1.3.1" authors = ["sdttttt "] description = "Similar to git-cz, gcr will help you to provide a better Git experience." readme = "README.md" diff --git a/src/version.rs b/src/version.rs index 7a7c022..e310d5a 100644 --- a/src/version.rs +++ b/src/version.rs @@ -2,6 +2,6 @@ // auto generated by build.rs pub const NAME: &str = "grc"; -pub const VERSION: &str = "1.3.0"; +pub const VERSION: &str = "1.3.1"; pub const AUTHOR: &str = "sdttttt "; pub const DESCRIPTION: &str = "Similar to git-cz, gcr will help you to provide a better Git experience.";