1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

update version

This commit is contained in:
Zack Scholl 2021-04-17 10:33:38 -07:00
parent 8148e191ae
commit 0a0f7a03d7
11 changed files with 31 additions and 31 deletions

View file

@ -104,7 +104,7 @@ pkg install croc
Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.12+):
```
GO111MODULE=on go get -v github.com/schollz/croc/v8
GO111MODULE=on go get -v github.com/schollz/croc/v9
```