Skip to content

Commit 9a981b7

Browse files
committed
version up
1 parent e5f0b76 commit 9a981b7

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
@@ -94,7 +94,7 @@ Download the binary from [GitHub Releases](https://github.com/keisku/kubectl-exp
9494
```shell
9595
# Other available architectures are linux_arm64, darwin_amd64, darwin_arm64, windows_amd64.
9696
export ARCH=linux_amd64
97-
export VERSION=v0.8.0
97+
export VERSION=v0.8.1
9898
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
9999
```
100100

0 commit comments

Comments
 (0)