Skip to content

Commit 449adc4

Browse files
committed
Release version 1.0.1
1 parent 4b55fa0 commit 449adc4

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
@@ -113,7 +113,7 @@ Reuslt file `daemon.conf`:
113113
## Installation
114114

115115
```bash
116-
GOREPLACE_VERSION=1.0.0 \
116+
GOREPLACE_VERSION=1.0.1 \
117117
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
118118
&& chmod +x /usr/local/bin/go-replace
119119
```

main.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 = "1.0.0"
18+
Version = "1.0.1"
1919
)
2020

2121
type changeset struct {

0 commit comments

Comments
 (0)