From b5d62aaffde5f069233b9eb8fd54fa008a96ce89 Mon Sep 17 00:00:00 2001 From: Sunil Arora Date: Mon, 28 Jan 2019 15:20:42 -0800 Subject: [PATCH] :book: bumped up the latest stable version --- docs/book/getting_started/installation_and_setup.md | 4 ++-- docs/book/quick_start.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/book/getting_started/installation_and_setup.md b/docs/book/getting_started/installation_and_setup.md index 7baea0b673..22e165a102 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.7 # latest stable version +version=1.0.8 # 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.7 # latest stable version +version=1.0.8 # latest stable version arch=amd64 # download the release diff --git a/docs/book/quick_start.md b/docs/book/quick_start.md index 0251524316..c219f29694 100644 --- a/docs/book/quick_start.md +++ b/docs/book/quick_start.md @@ -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 @@ -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