Skip to content

Commit c0a16d6

Browse files
authored
no download for libs (#18)
1 parent f9444c9 commit c0a16d6

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
@@ -62,7 +62,7 @@ cpu arch | amd64(x86_64)|
6262
...
6363
```
6464
65-
3. At last, execute `go mod download`.
65+
3. At last, execute `go mod tidy`.
6666
6767
#### Build your project in `build-env`
6868

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
package pinpoint
1818

19-
const Version = "v1.0.0"
19+
const Version = "v1.0.1"

0 commit comments

Comments
 (0)