Skip to content

Commit d40088b

Browse files
committed
Update version to 0.3.1
1 parent d7ad672 commit d40088b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Application Options:
4545
## Installation
4646

4747
```bash
48-
GOREPLACE_VERSION=0.3.0 \
48+
GOREPLACE_VERSION=0.3.1 \
4949
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/goreplace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
5050
&& chmod +x /usr/local/bin/go-replace
5151
```

goreplace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
const (
1717
Author = "webdevops.io"
18-
Version = "0.3.0"
18+
Version = "0.3.1"
1919
)
2020

2121
var opts struct {

0 commit comments

Comments
 (0)