diff options
author | Nick Gerace <nickagerace@gmail.com> | 2020-11-18 01:35:12 -0500 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2020-11-18 01:39:27 -0500 |
commit | 80144aa53492c856aab0b14f14675bee691a4602 (patch) | |
tree | 0ac8e1f42f31b896f3c67f0bbf961d8208bc4198 /Cargo.toml | |
parent | be7a11f4ae9bad9370073895fa9314a875ed1ce5 (diff) | |
download | gfold-80144aa53492c856aab0b14f14675bee691a4602.zip |
Update to 0.7.1
Update to 0.7.1 and change all relevant files with the new semver.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package]
name = "gfold"
-version = "0.7.0"
+version = "0.7.1"
license = "Apache-2.0"
authors = ["Nick Gerace <nickagerace@gmail.com>"]
description = "CLI tool to help keep track of your Git repositories."
|