diff --git a/README.md b/README.md index d066844..f67a6aa 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/5/gorson-5-darwin-amd64 +$ wget https://github.com/pbs/gorson/releases/download/6/gorson-6-darwin-amd64 ``` ## Linux Download the binary ``` -$ wget https://github.com/pbs/gorson/releases/download/5/gorson-5-darwin-amd64 +$ wget https://github.com/pbs/gorson/releases/download/6/gorson-6-darwin-amd64 ``` Move the binary to an installation path, make it executable, and add to path ``` mkdir -p /opt/gorson/bin -mv gorson-5-linux-amd64 /opt/gorson/bin/gorson +mv gorson-6-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 c6d0ad0..5e534a0 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 = "5" +const Version = "6"