From 4969ffe84c69446f32b61711ca99ebd1d036bc6c Mon Sep 17 00:00:00 2001 From: armasanea Date: Wed, 26 Jun 2024 13:01:14 -0700 Subject: [PATCH] Create new release to get security fixes (#62) Co-authored-by: aprodan --- README.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4c2540..9d7e498 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ go get github.com/noqcks/gucci Or you can just download the binary and move it into your `PATH`: ``` -VERSION=1.6.12 +VERSION=1.6.13 wget -q "https://github.com/noqcks/gucci/releases/download/v${VERSION}/gucci-v${VERSION}-darwin-amd64" chmod +x gucci-v${VERSION}-darwin-amd64 mv gucci-v${VERSION}-darwin-amd64 /usr/local/bin/gucci diff --git a/VERSION b/VERSION index c7ded2c..3db5326 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.12 \ No newline at end of file +1.6.13 \ No newline at end of file