diff --git a/hack/make-rules/autok3s.sh b/hack/make-rules/autok3s.sh index 585a3af6..25859aa5 100755 --- a/hack/make-rules/autok3s.sh +++ b/hack/make-rules/autok3s.sh @@ -9,7 +9,7 @@ CURR_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd -P)" # The root of the autok3s directory ROOT_DIR="${CURR_DIR}" CROSS=${CROSS:-} -UI_VERSION="v0.8.0" +UI_VERSION="v0.9.0-rc2" source "${ROOT_DIR}/hack/lib/init.sh" source "${CURR_DIR}/hack/lib/constant.sh"