File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Install kubebuilder by downloading the latest stable release from the
11
11
12
12
{% sample lang="mac" %}
13
13
``` bash
14
- version=1.0.7 # latest stable version
14
+ version=1.0.8 # latest stable version
15
15
arch=amd64
16
16
17
17
# download the release
@@ -27,7 +27,7 @@ export PATH=$PATH:/usr/local/kubebuilder/bin
27
27
28
28
{% sample lang="linux" %}
29
29
``` bash
30
- version=1.0.7 # latest stable version
30
+ version=1.0.8 # latest stable version
31
31
arch=amd64
32
32
33
33
# download the release
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This Quick Start guide will cover:
17
17
18
18
{% sample lang="mac" %}
19
19
``` bash
20
- version=1.0.7 # latest stable version
20
+ version=1.0.8 # latest stable version
21
21
arch=amd64
22
22
23
23
# download the release
@@ -33,7 +33,7 @@ export PATH=$PATH:/usr/local/kubebuilder/bin
33
33
34
34
{% sample lang="linux" %}
35
35
``` bash
36
- version=1.0.7 # latest stable version
36
+ version=1.0.8 # latest stable version
37
37
arch=amd64
38
38
39
39
# download the release
You can’t perform that action at this time.
0 commit comments