Skip to content

Commit ca45560

Browse files
committed
bump up version
1 parent 4556f6d commit ca45560

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

0 commit comments

Comments
 (0)