diff --git a/hack/make-rules/autok3s.sh b/hack/make-rules/autok3s.sh index 25859aa5..ec609695 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.9.0-rc2" +UI_VERSION="v0.9.0" source "${ROOT_DIR}/hack/lib/init.sh" source "${CURR_DIR}/hack/lib/constant.sh"