Skip to content

Commit 75238da

Browse files
authored
Merge pull request #415 from takmatsu/fix-qs
Update Quick Start Guide
2 parents f76fb77 + 243bc2f commit 75238da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/quick_start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This Quick Start guide will cover:
1717

1818
{% sample lang="mac" %}
1919
```bash
20-
version=1.0.0 # latest stable version
20+
version=1.0.4 # latest stable version
2121
arch=amd64
2222

2323
# download the release
@@ -33,7 +33,7 @@ export PATH=$PATH:/usr/local/kubebuilder/bin
3333

3434
{% sample lang="linux" %}
3535
```bash
36-
version=1.0.0 # latest stable version
36+
version=1.0.4 # latest stable version
3737
arch=amd64
3838

3939
# download the release

0 commit comments

Comments
 (0)