File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"github.com/kevinburke/hostsfile/lib"
13
13
)
14
14
15
- const Version = "1.2 "
15
+ const Version = "1.3 "
16
16
17
17
func checkError (err error ) {
18
18
if err != nil {
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ the API [can be found at godoc][godoc].
8
8
Find your target operating system (darwin, windows, linux) and desired bin
9
9
directory, and modify the command below as appropriate:
10
10
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
12
12
13
13
On Travis, you may want to create ` $HOME/bin ` and write to that, since
14
14
/usr/local/bin isn't writable with their container-based infrastructure.
15
15
16
- The latest version is 1.2 .
16
+ The latest version is 1.3 .
17
17
18
18
If you have a Go development environment, you can also install via source code:
19
19
You can’t perform that action at this time.
0 commit comments