aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2023-08-02 15:56:39 +0200
committerMax Audron <audron@cocaine.farm>2023-08-02 15:56:39 +0200
commitee6598d709b2018ea185dc55e9c732f93b69bad4 (patch)
treec6d4e5b0821bf03b411d35f5e400158a56e8ed89
parentfix static compile on darwin (diff)
release 1.0.4
- add error message if no projects are found - document issue with ssh config being ignored
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b0c1214..9f8da95 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "gtree"
description = "A tool to clone and pull whole group trees from a git forge, properly organized on disk."
-version = "1.0.1"
+version = "1.0.4"
edition = "2021"
authors = ["Max Audron <audron@cocaine.farm>"]
license = "ISC"