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"