From 6996b3bcb2afb15401e474916d63b3dc4cc968ca Mon Sep 17 00:00:00 2001 From: Sergey Grebenshchikov Date: Fri, 5 Oct 2018 18:25:02 +0200 Subject: [PATCH] Release 1.0.8 --- Makefile | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 7f7c9f0..3b68d0f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ APP=gif NAME := yeetgif REPOSITORY := quay.io/sergey_grebenshchikov/$(NAME) -VERSION := 1.0.7 +VERSION := 1.0.8 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 990132d..77f0360 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.7/gif_1.0.7_linux_x86_64.tar.gz | tar xz +curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.8/gif_1.0.8_linux_x86_64.tar.gz | tar xz # OS X -curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.7/gif_1.0.7_osx_x86_64.tar.gz | tar xz +curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.8/gif_1.0.8_osx_x86_64.tar.gz | tar xz # Windows -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 +curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.8/gif_1.0.8_windows_x86_64.zip +unzip gif_1.0.8_windows_x86_64.zip ``` ## Use it