Skip to content

Commit

Permalink
Bump installation version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Vladev committed Jan 7, 2019
1 parent cb425ee commit fb60989
Showing 1 changed file with 2 additions and 2 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.6 # latest stable version
version=1.0.7 # 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.6 # latest stable version
version=1.0.7 # latest stable version
arch=amd64

# download the release
Expand Down

0 comments on commit fb60989

Please sign in to comment.