From fb60989db9e3f5c868e099ee92f333670a9749d2 Mon Sep 17 00:00:00 2001 From: Martin Vladev Date: Mon, 7 Jan 2019 15:28:21 +0200 Subject: [PATCH] Bump installation version to 1.0.7 --- docs/book/getting_started/installation_and_setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/getting_started/installation_and_setup.md b/docs/book/getting_started/installation_and_setup.md index 35cd2a6a423..7baea0b6733 100644 --- a/docs/book/getting_started/installation_and_setup.md +++ b/docs/book/getting_started/installation_and_setup.md @@ -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 @@ -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