Skip to content

Commit b5d62aa

Browse files
committed
📖 bumped up the latest stable version
1 parent 1adf50e commit b5d62aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.7 # latest stable version
14+
version=1.0.8 # 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.7 # latest stable version
30+
version=1.0.8 # latest stable version
3131
arch=amd64
3232

3333
# download the release

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.7 # latest stable version
20+
version=1.0.8 # 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.7 # latest stable version
36+
version=1.0.8 # latest stable version
3737
arch=amd64
3838

3939
# download the release

0 commit comments

Comments
 (0)