From 2bc4bf8f80eb59388f7176e1536c4b5287d9efbe Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Wed, 10 May 2023 15:05:24 +0100 Subject: [PATCH] Update verison in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2824650..9dac25c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ version is implemented using https://github.com/Masterminds/semver to parse and ## Installation ```bash -go install github.com/ray1729/git-semver@v0.2.0 +go install github.com/ray1729/git-semver@v0.2.1 ``` ## Usage