aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/install/install_bazel.sh
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2016-12-09 16:21:01 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-09 16:27:11 -0800
commit892dc078febea2886a4cfaeff099523e7ea594ac (patch)
tree5405d3096c93612e741459be2e5d114500616545 /tensorflow/tools/ci_build/install/install_bazel.sh
parente390dcdc9324ca989e123f72dde2a8fd1271d433 (diff)
Update Bazel version to 0.4.2
Change: 141613129
Diffstat (limited to 'tensorflow/tools/ci_build/install/install_bazel.sh')
-rwxr-xr-xtensorflow/tools/ci_build/install/install_bazel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/ci_build/install/install_bazel.sh b/tensorflow/tools/ci_build/install/install_bazel.sh
index fbfcabc0bd..6807202f7e 100755
--- a/tensorflow/tools/ci_build/install/install_bazel.sh
+++ b/tensorflow/tools/ci_build/install/install_bazel.sh
@@ -15,7 +15,7 @@
# ==============================================================================
# Select bazel version.
-BAZEL_VERSION="0.3.2"
+BAZEL_VERSION="0.4.2"
set +e
local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')