Skip to content

Commit

Permalink
Publish release v1.0.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jun 29, 2023
1 parent ec943d7 commit 30a2aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30a2aa7

Please sign in to comment.