From d12dfef527bbf3ffcca58ba4a7acf887a5cd2828 Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Wed, 10 May 2023 17:00:47 +0100 Subject: [PATCH] Update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dac25c..affb27a 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.1 +go install github.com/ray1729/git-semver@v0.2.2 ``` ## Usage