diff --git a/Makefile b/Makefile index 64ec4f4..2c153cc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.5.1 +VERSION = 1.5.2 APP := http-file-server PACKAGES := $(shell go list -f {{.Dir}} ./...) diff --git a/README.md b/README.md index 1c43149..0d660d0 100644 --- a/README.md +++ b/README.md @@ -85,14 +85,14 @@ Or [download a binary](https://github.com/sgreben/http-file-server/releases/late ```sh # Linux -curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.1/http-file-server_1.5.1_linux_x86_64.tar.gz | tar xz +curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.2/http-file-server_1.5.2_linux_x86_64.tar.gz | tar xz # OS X -curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.1/http-file-server_1.5.1_osx_x86_64.tar.gz | tar xz +curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.2/http-file-server_1.5.2_osx_x86_64.tar.gz | tar xz # Windows -curl -LO https://github.com/sgreben/http-file-server/releases/download/1.5.1/http-file-server_1.5.1_windows_x86_64.zip -unzip http-file-server_1.5.1_windows_x86_64.zip +curl -LO https://github.com/sgreben/http-file-server/releases/download/1.5.2/http-file-server_1.5.2_windows_x86_64.zip +unzip http-file-server_1.5.2_windows_x86_64.zip ``` ## Use it