Skip to content

Commit b8c27bb

Browse files
committed
feat: update version from v0.0.10 to v0.0.11 in README
This pull request changes: - Updated the download link for the kubeauto binary to version 0.0.11. - Changed the Go installation command to install kubeauto version 0.0.11. Code review suggestions: - Ensure that the changelog or release notes reflect the changes between version 0.0.10 and 0.0.11 for transparency. - Verify that all related documentation is updated to avoid confusion for users regarding the latest version.
1 parent 44a7b8f commit b8c27bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Find the latest release on the releases page:
1414

1515
```bash
1616
sudo curl --fail --silent --location --output /usr/local/bin/kubeauto \
17-
https://github.com/kitproj/kubeauto/releases/download/v0.0.10/kubeauto_v0.0.8_linux_amd64 && \
17+
https://github.com/kitproj/kubeauto/releases/download/v0.0.11/kubeauto_v0.0.8_linux_amd64 && \
1818
sudo chmod +x /usr/local/bin/kubeauto
1919
```
2020

2121
For Go users
2222

2323
```bash
24-
go install github.com/kitproj/kubeauto@v0.0.10
24+
go install github.com/kitproj/kubeauto@v0.0.11
2525
```
2626

2727
## Usage

0 commit comments

Comments
 (0)