From ef331135afee6a5b7d2737edad43353f501475a0 Mon Sep 17 00:00:00 2001 From: Sergey Grebenshchikov Date: Mon, 16 Apr 2018 15:42:55 +0200 Subject: [PATCH] Release 1.0.1 --- Makefile | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 05e15f9..2bf27aa 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.0.0 +VERSION = 1.0.1 APP := subst PACKAGES := $(shell go list -f {{.Dir}} ./...) diff --git a/README.md b/README.md index 81f8858..2b345b7 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,16 @@ Or [download the binary](https://github.com/sgreben/subst/releases/latest) from ```bash # Linux -curl -LO https://github.com/sgreben/subst/releases/download/1.0.0/url_1.0.0_linux_x86_64.zip -unzip url_1.0.0_linux_x86_64.zip +curl -LO https://github.com/sgreben/subst/releases/download/1.0.1/url_1.0.1_linux_x86_64.zip +unzip url_1.0.1_linux_x86_64.zip # OS X -curl -LO https://github.com/sgreben/subst/releases/download/1.0.0/url_1.0.0_osx_x86_64.zip -unzip url_1.0.0_osx_x86_64.zip +curl -LO https://github.com/sgreben/subst/releases/download/1.0.1/url_1.0.1_osx_x86_64.zip +unzip url_1.0.1_osx_x86_64.zip # Windows -curl -LO https://github.com/sgreben/subst/releases/download/1.0.0/url_1.0.0_windows_x86_64.zip -unzip url_1.0.0_windows_x86_64.zip +curl -LO https://github.com/sgreben/subst/releases/download/1.0.1/url_1.0.1_windows_x86_64.zip +unzip url_1.0.1_windows_x86_64.zip ``` ## Use it