Skip to content

Commit 3f35288

Browse files
committedOct 20, 2017
1.3
1 parent 20b8fce commit 3f35288

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎cmd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/kevinburke/hostsfile/lib"
1313
)
1414

15-
const Version = "1.2"
15+
const Version = "1.3"
1616

1717
func checkError(err error) {
1818
if err != nil {

‎readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ the API [can be found at godoc][godoc].
88
Find your target operating system (darwin, windows, linux) and desired bin
99
directory, and modify the command below as appropriate:
1010

11-
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
11+
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
1212

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

16-
The latest version is 1.2.
16+
The latest version is 1.3.
1717

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

0 commit comments

Comments
 (0)