diff --git a/scripts/version.sh b/scripts/version.sh index 78be6f321a..44cc76be3b 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -53,7 +53,7 @@ if [ -z "$VERSION_KUBE_ROUTER" ]; then VERSION_KUBE_ROUTER="v0.0.0" fi -VERSION_ROOT="v0.12.0" +VERSION_ROOT="v0.12.1" if [[ -n "$GIT_TAG" ]]; then if [[ ! "$GIT_TAG" =~ ^"$VERSION_K8S"[+-] ]]; then