Skip to content

Commit

Permalink
Update version for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Apr 9, 2017
1 parent c16412d commit ba791ba
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 @@ -91,7 +91,7 @@ go-replace --mode=template daemon.conf
## Installation

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

0 comments on commit ba791ba

Please sign in to comment.