From ba791ba5ad40541f17cbd5a52e4458e08b53f03d Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Sun, 9 Apr 2017 04:04:00 +0200 Subject: [PATCH] Update version for installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ba3b60..2474e0c 100644 --- a/README.md +++ b/README.md @@ -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 ```