File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- VERSION = 1.6.0
1
+ VERSION = 1.6.1
2
2
3
3
APP := http-file-server
4
4
PACKAGES := $(shell go list -f {{.Dir}} ./...)
Original file line number Diff line number Diff line change @@ -95,14 +95,14 @@ Or [download a binary](https://github.com/sgreben/http-file-server/releases/late
95
95
96
96
``` sh
97
97
# Linux
98
- curl -L https://github.com/sgreben/http-file-server/releases/download/1.6.0 /http-file-server_1.6.0_linux_x86_64 .tar.gz | tar xz
98
+ curl -L https://github.com/sgreben/http-file-server/releases/download/1.6.1 /http-file-server_1.6.1_linux_x86_64 .tar.gz | tar xz
99
99
100
100
# OS X
101
- curl -L https://github.com/sgreben/http-file-server/releases/download/1.6.0 /http-file-server_1.6.0_osx_x86_64 .tar.gz | tar xz
101
+ curl -L https://github.com/sgreben/http-file-server/releases/download/1.6.1 /http-file-server_1.6.1_osx_x86_64 .tar.gz | tar xz
102
102
103
103
# Windows
104
- curl -LO https://github.com/sgreben/http-file-server/releases/download/1.6.0 /http-file-server_1.6.0_windows_x86_64 .zip
105
- unzip http-file-server_1.6.0_windows_x86_64 .zip
104
+ curl -LO https://github.com/sgreben/http-file-server/releases/download/1.6.1 /http-file-server_1.6.1_windows_x86_64 .zip
105
+ unzip http-file-server_1.6.1_windows_x86_64 .zip
106
106
```
107
107
108
108
## Use it
You can’t perform that action at this time.
0 commit comments