diff --git a/downloadIstio.sh b/downloadIstio.sh index 21420931def..8cb237313da 100755 --- a/downloadIstio.sh +++ b/downloadIstio.sh @@ -5,7 +5,7 @@ # The script fetches the latest Istio release and untars it. # TODO: Automate me. -ISTIO_VERSION="0.1.3" +ISTIO_VERSION="0.1.4" NAME="istio-$ISTIO_VERSION" OS="$(uname)"