Skip to content

Commit d4c94a8

Browse files
committed
bump up version
1 parent c9ce39e commit d4c94a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Download the binary from [GitHub Releases](https://github.com/keisku/kubectl-exp
9696
```shell
9797
# Other available architectures are linux_arm64, darwin_amd64, darwin_arm64, windows_amd64.
9898
export ARCH=linux_amd64
99-
export VERSION=v0.8.3
99+
export VERSION=v0.9.0
100100
wget -O- "https://github.com/keisku/kubectl-explore/releases/download/${VERSION}/kubectl-explore_${VERSION}_${ARCH}.tar.gz" | sudo tar -xzf - -C /usr/local/bin && sudo chmod +x /usr/local/bin/kubectl-explore
101101
```
102102

0 commit comments

Comments
 (0)