From 30a2aa72e4bbb212ef33ecb914e6d379ba207814 Mon Sep 17 00:00:00 2001 From: Fabrice Jammes Date: Thu, 29 Jun 2023 17:00:29 +0200 Subject: [PATCH] Publish release v1.0.1-rc1 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8d71674..5183b83 100755 --- a/install.sh +++ b/install.sh @@ -35,7 +35,7 @@ KUBECTL_VERSION="v1.25.0" KIND_BIN="/usr/local/bin/kind" KIND_VERSION="v0.15.0" KINDHELPER_BIN="/usr/local/bin/kind-helper" -KINDHELPER_VERSION='v1.0.1-rc10' +KINDHELPER_VERSION='v1.0.1-rc1' # If kind exists, compare current version to desired one if [ -e $KIND_BIN ]; then