Skip to content

Commit 85b189a

Browse files
Merge pull request #177 from andrew-demb/patch-1
📖 Use latest current available version in installation instruction
2 parents de12c1a + ab2967a commit 85b189a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Next, follow [required: source the shell function](#required-source-the-shell-fu
3131
Download the switcher binary
3232
```sh
3333
OS=linux # Pick the right os: linux, darwin (intel only)
34-
VERSION=0.8.0 # Pick the current version.
34+
VERSION=0.9.3 # Pick the current version.
3535

3636
curl -L -o /usr/local/bin/switcher https://github.com/danielfoehrKn/kubeswitch/releases/download/${VERSION}/switcher_${OS}_amd64
3737
chmod +x /usr/local/bin/switcher

0 commit comments

Comments
 (0)