Skip to content

Commit 9db3ad3

Browse files
authored
Merge pull request #23 from keisku/release-v0.8.0
Use `v0.8.0` in README
2 parents 3f586a4 + 70bbc1b commit 9db3ad3

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.7.2
97+
export VERSION=v0.8.0
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)