Skip to content

Commit

Permalink
Merge pull request #580 from droot/book/update-install-version
Browse files Browse the repository at this point in the history
📖 bumped up the latest stable version
  • Loading branch information
k8s-ci-robot committed Jan 28, 2019
2 parents 1adf50e + b5d62aa commit dd9e0fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/book/getting_started/installation_and_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install kubebuilder by downloading the latest stable release from the

{% sample lang="mac" %}
```bash
version=1.0.7 # latest stable version
version=1.0.8 # latest stable version
arch=amd64

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

{% sample lang="linux" %}
```bash
version=1.0.7 # latest stable version
version=1.0.8 # latest stable version
arch=amd64

# download the release
Expand Down
4 changes: 2 additions & 2 deletions docs/book/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This Quick Start guide will cover:

{% sample lang="mac" %}
```bash
version=1.0.7 # latest stable version
version=1.0.8 # latest stable version
arch=amd64

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

{% sample lang="linux" %}
```bash
version=1.0.7 # latest stable version
version=1.0.8 # latest stable version
arch=amd64

# download the release
Expand Down

0 comments on commit dd9e0fd

Please sign in to comment.