We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ad672 commit d40088bCopy full SHA for d40088b
README.md
@@ -45,7 +45,7 @@ Application Options:
45
## Installation
46
47
```bash
48
-GOREPLACE_VERSION=0.3.0 \
+GOREPLACE_VERSION=0.3.1 \
49
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/goreplace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
50
&& chmod +x /usr/local/bin/go-replace
51
```
goreplace.go
@@ -15,7 +15,7 @@ import (
15
16
const (
17
Author = "webdevops.io"
18
- Version = "0.3.0"
+ Version = "0.3.1"
19
)
20
21
var opts struct {
0 commit comments