Skip to content

Commit

Permalink
release 4.2.1 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris MacDonald <cmacdonald@pbs.org>
  • Loading branch information
cmac1000 and cmac1000 authored Sep 21, 2020
1 parent b43c958 commit c84b050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/4.2.0/gorson-4.2.0-darwin-amd64
$ wget https://github.com/pbs/gorson/releases/download/4.2.1/gorson-4.2.1-darwin-amd64
```

## Linux

Download the binary
```
$ wget https://github.com/pbs/gorson/releases/download/4.2.0/gorson-4.2.0-linux-amd64
$ wget https://github.com/pbs/gorson/releases/download/4.2.1/gorson-4.2.1-linux-amd64
```

Move the binary to an installation path, make it executable, and add to path
```
mkdir -p /opt/gorson/bin
mv gorson-4.2.0-linux-amd64 /opt/gorson/bin/gorson
mv gorson-4.2.1-linux-amd64 /opt/gorson/bin/gorson
chmod +x /opt/gorson/bin/gorson
export PATH="$PATH:/opt/gorson/bin"
```
Expand Down
2 changes: 1 addition & 1 deletion internal/gorson/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version is current gorson version
const Version = "4.2.0"
const Version = "4.2.1"

0 comments on commit c84b050

Please sign in to comment.