Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Oct 20, 2017
1 parent 20b8fce commit 3f35288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd.go
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/kevinburke/hostsfile/lib"
)

const Version = "1.2"
const Version = "1.3"

func checkError(err error) {
if err != nil {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -8,12 +8,12 @@ the API [can be found at godoc][godoc].
Find your target operating system (darwin, windows, linux) and desired bin
directory, and modify the command below as appropriate:

curl --silent --location https://github.com/kevinburke/hostsfile/releases/download/1.2/hostsfile-linux-amd64 > /usr/local/bin/hostsfile && chmod 755 /usr/local/bin/hostsfile
curl --silent --location https://github.com/kevinburke/hostsfile/releases/download/1.3/hostsfile-linux-amd64 > /usr/local/bin/hostsfile && chmod 755 /usr/local/bin/hostsfile

On Travis, you may want to create `$HOME/bin` and write to that, since
/usr/local/bin isn't writable with their container-based infrastructure.

The latest version is 1.2.
The latest version is 1.3.

If you have a Go development environment, you can also install via source code:

Expand Down

0 comments on commit 3f35288

Please sign in to comment.