Skip to content

Commit 05f4fef

Browse files
committed
chore(cargo): 📦 Upgrade version.
1 parent 992e468 commit 05f4fef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grc"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
authors = ["sdttttt <[email protected]>"]
55
description = "Similar to git-cz, gcr will help you to provide a better Git experience."
66
readme = "README.md"

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// auto generated by build.rs
33

44
pub const NAME: &str = "grc";
5-
pub const VERSION: &str = "1.3.0";
5+
pub const VERSION: &str = "1.3.1";
66
pub const AUTHOR: &str = "sdttttt <[email protected]>";
77
pub const DESCRIPTION: &str = "Similar to git-cz, gcr will help you to provide a better Git experience.";

0 commit comments

Comments
 (0)