Skip to content

Commit 91f0d13

Browse files
authored
Merge pull request #418 from droot/book/update-js-pkgs
book: updated js packages and re-generated HTMLs
2 parents 0f8f2d8 + 536d619 commit 91f0d13

32 files changed

+1449
-1069
lines changed

docs/book/getting_started/installation_and_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install kubebuilder by downloading the latest stable release from the
1111

1212
{% sample lang="mac" %}
1313
```bash
14-
version=1.0.1 # latest stable version
14+
version=1.0.4 # latest stable version
1515
arch=amd64
1616

1717
# download the release
@@ -27,7 +27,7 @@ export PATH=$PATH:/usr/local/kubebuilder/bin
2727

2828
{% sample lang="linux" %}
2929
```bash
30-
version=1.0.1 # latest stable version
30+
version=1.0.4 # latest stable version
3131
arch=amd64
3232

3333
# download the release

0 commit comments

Comments
 (0)