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 4b55fa0 commit 449adc4Copy full SHA for 449adc4
README.md
@@ -113,7 +113,7 @@ Reuslt file `daemon.conf`:
113
## Installation
114
115
```bash
116
-GOREPLACE_VERSION=1.0.0 \
+GOREPLACE_VERSION=1.0.1 \
117
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
118
&& chmod +x /usr/local/bin/go-replace
119
```
main.go
@@ -15,7 +15,7 @@ import (
15
16
const (
17
Author = "webdevops.io"
18
- Version = "1.0.0"
+ Version = "1.0.1"
19
)
20
21
type changeset struct {
0 commit comments