diff --git a/Makefile b/Makefile index b602de1..7f7c9f0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ APP=gif NAME := yeetgif REPOSITORY := quay.io/sergey_grebenshchikov/$(NAME) -VERSION := 1.0.6 +VERSION := 1.0.7 VERSION_COMMIT := $(VERSION)-$(shell printf "%s" "$$(git rev-parse HEAD)") PACKAGES := $(shell go list -f {{.Dir}} ./...) diff --git a/README.md b/README.md index 538d648..990132d 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ Or [download the binary](https://github.com/sgreben/yeetgif/releases/latest) fro ```sh # Linux -curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.6/gif_1.0.6_linux_x86_64.tar.gz | tar xz +curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.7/gif_1.0.7_linux_x86_64.tar.gz | tar xz # OS X -curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.6/gif_1.0.6_osx_x86_64.tar.gz | tar xz +curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.7/gif_1.0.7_osx_x86_64.tar.gz | tar xz # Windows -curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.6/gif_1.0.6_windows_x86_64.zip -unzip gif_1.0.6_windows_x86_64.zip +curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.7/gif_1.0.7_windows_x86_64.zip +unzip gif_1.0.7_windows_x86_64.zip ``` ## Use it