From 360829cd95f107a645e0e60bd25cd95f5c50b799 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Tue, 23 May 2017 18:52:32 -0700 Subject: [PATCH] switch download to 0.1.4 (#316) Former-commit-id: 13c53f742bf5a39739ef6a28b6374f6b043e9570 --- downloadIstio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"