From ae21a19620fb0715e1b9854e95d4839e5e117b2e Mon Sep 17 00:00:00 2001 From: nscuro Date: Fri, 3 Dec 2021 22:30:48 +0100 Subject: [PATCH] docs: update version in readme Signed-off-by: nscuro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c3e02b1..26a37b09 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Prebuilt binaries are available on the [releases](https://github.com/CycloneDX/c ### From Source ```shell -go install github.com/CycloneDX/cyclonedx-gomod@v1.0.0 +go install github.com/CycloneDX/cyclonedx-gomod@v1.1.0 ``` Building from source requires Go 1.17 or newer.