diff options
author | Nick Gerace <nickagerace@gmail.com> | 2020-08-24 19:48:28 -0400 |
---|---|---|
committer | Nick Gerace <39320683+nickgerace@users.noreply.github.com> | 2020-08-24 19:54:59 -0400 |
commit | fa11dd15cc7f85c53a110802f65a2391d4c94d32 (patch) | |
tree | 08eac4f1a367c82279a32a07a7660c22d4fb65e1 /Cargo.toml | |
parent | 6725cd982f8fa3533b8ad1442795eed5c13493f9 (diff) | |
download | gfold-fa11dd15cc7f85c53a110802f65a2391d4c94d32.zip |
Upgrade to v0.3.0
Increment SemVer minor version to align with the new BareRepo STDOUT
feature.
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.2.2"
+version = "0.3.0"
authors = ["Nick Gerace <nickagerace@gmail.com>"]
edition = "2018"
|