summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Burke <rich.g.burke@gmail.com>2019-03-15 22:25:45 +0000
committerGitHub <noreply@github.com>2019-03-15 22:25:45 +0000
commit416bfbb4cf9c2cf2e75710ae1ee7c401b162ab0c (patch)
tree254eff925ce9a71a8cdac5ffc04229da3bf5af41
parent13658da50142e95474791778e4becb6ef4461651 (diff)
Update GRV version in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c7f2bec..2af6447 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Static binaries are available for Linux. For example, to use
the amd64 binary run the following steps:
```
-wget -O grv https://github.com/rgburke/grv/releases/download/v0.3.1/grv_v0.3.1_linux64
+wget -O grv https://github.com/rgburke/grv/releases/download/v0.3.2/grv_v0.3.2_linux64
chmod +x ./grv
./grv -repoFilePath /path/to/repo
```