diff options
author | Nick Gerace <nickagerace@gmail.com> | 2020-11-11 22:47:27 -0500 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2020-11-11 22:52:49 -0500 |
commit | b369dbff916f5d27a42044f74d92cd84ed5a16af (patch) | |
tree | a389220326024039b021c7fee3db652c24198f6b /Cargo.toml | |
parent | fe773438f1cdfb0f053928e8a4867ecf19e7316b (diff) | |
download | gfold-b369dbff916f5d27a42044f74d92cd84ed5a16af.zip |
Update to 0.7.0
Update to 0.7.0 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.6.2"
+version = "0.7.0"
license = "Apache-2.0"
authors = ["Nick Gerace <nickagerace@gmail.com>"]
description = "CLI tool to help keep track of your Git repositories."
|