Skip to content

Commit bd754e1

Browse files
authored
Release v0.3.2 (#368)
1 parent 9c8d6cf commit bd754e1

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
@@ -51,7 +51,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
5151
```sh
5252
(
5353
set -x; cd "$(mktemp -d)" &&
54-
curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/download/v0.3.1/krew.{tar.gz,yaml}" &&
54+
curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/download/v0.3.2/krew.{tar.gz,yaml}" &&
5555
tar zxvf krew.tar.gz &&
5656
./krew-"$(uname | tr '[:upper:]' '[:lower:]')_amd64" install \
5757
--manifest=krew.yaml --archive=krew.tar.gz

0 commit comments

Comments
 (0)