We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4170b2f commit 2426862Copy full SHA for 2426862
README.md
@@ -14,14 +14,14 @@ Find the latest release on the releases page:
14
15
```bash
16
sudo curl --fail --silent --location --output /usr/local/bin/kubeauto \
17
- https://github.com/kitproj/kubeauto/releases/download/v0.0.14/kubeauto_v0.0.14_linux_amd64 && \
+ https://github.com/kitproj/kubeauto/releases/download/v0.0.15/kubeauto_v0.0.15_linux_amd64 && \
18
sudo chmod +x /usr/local/bin/kubeauto
19
```
20
21
For Go users
22
23
24
-go install github.com/kitproj/kubeauto@v0.0.14
+go install github.com/kitproj/kubeauto@v0.0.15
25
26
27
## Usage
0 commit comments