From c239c9bc95dd96ba4ad704b0807c1e7319527bd9 Mon Sep 17 00:00:00 2001 From: "Yousif H. Akbar" <11247449+yhakbar@users.noreply.github.com> Date: Mon, 21 Dec 2020 09:57:48 -0500 Subject: [PATCH] release 7 --- README.md | 6 +++--- internal/gorson/version/version.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f67a6aa..f196a14 100644 --- a/README.md +++ b/README.md @@ -76,20 +76,20 @@ Currently gorson ships binaries for OS X and Linux 64bit systems. You can downlo ## OS X ``` -$ wget https://github.com/pbs/gorson/releases/download/6/gorson-6-darwin-amd64 +$ wget https://github.com/pbs/gorson/releases/download/7/gorson-7-darwin-amd64 ``` ## Linux Download the binary ``` -$ wget https://github.com/pbs/gorson/releases/download/6/gorson-6-darwin-amd64 +$ wget https://github.com/pbs/gorson/releases/download/7/gorson-7-darwin-amd64 ``` Move the binary to an installation path, make it executable, and add to path ``` mkdir -p /opt/gorson/bin -mv gorson-6-linux-amd64 /opt/gorson/bin/gorson +mv gorson-7-linux-amd64 /opt/gorson/bin/gorson chmod +x /opt/gorson/bin/gorson export PATH="$PATH:/opt/gorson/bin" ``` diff --git a/internal/gorson/version/version.go b/internal/gorson/version/version.go index 5e534a0..03bc5cd 100644 --- a/internal/gorson/version/version.go +++ b/internal/gorson/version/version.go @@ -1,4 +1,4 @@ package version // Version is current gorson version -const Version = "6" +const Version = "7"