Skip to content

Commit

Permalink
Raise version in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Apr 25, 2017
1 parent ecaee46 commit aeacca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Reuslt file `daemon.conf`:
## Installation

```bash
GOREPLACE_VERSION=0.6.0 \
GOREPLACE_VERSION=1.0.0 \
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
&& chmod +x /usr/local/bin/go-replace
```
Expand Down

0 comments on commit aeacca7

Please sign in to comment.