Skip to content

Commit cd2c6e1

Browse files
committed
Release v0.2.1
1 parent 8895480 commit cd2c6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Read the [User Guide](./docs/USER_GUIDE.md) for detailed documentation.
3838
```sh
3939
(
4040
set -x; cd "$(mktemp -d)" &&
41-
curl -fsSLO "https://storage.googleapis.com/krew/v0.2.0/krew.{tar.gz,yaml}" &&
41+
curl -fsSLO "https://storage.googleapis.com/krew/v0.2.1/krew.{tar.gz,yaml}" &&
4242
tar zxvf krew.tar.gz &&
4343
./krew-"$(uname | tr '[:upper:]' '[:lower:]')_amd64" install \
4444
--manifest=krew.yaml --archive=krew.tar.gz

0 commit comments

Comments
 (0)