Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Apr 16, 2018
1 parent 78fc9a0 commit ef33113
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.0.0
VERSION = 1.0.1

APP := subst
PACKAGES := $(shell go list -f {{.Dir}} ./...)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef33113

Please sign in to comment.