From 9bd7c630f449096755b750af928b68415ed1d67c Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 15 Mar 2023 12:45:31 -0400 Subject: [PATCH] Fix typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a083fbe..dc12ce9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# swift-git-version +# swift-cli-version A swift package that exposes some plugins to set the version of a command line tool to the git tag or the git sha, if a tag is not set for the current commit.