aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-10-21 05:34:07 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-21 07:07:00 -0700
commit544143180d3c606b2d410570a66d6a5e9db09f8c (patch)
treed889fdc6111702ba987eaed87822827d15ce2894
parent3a5b605d8eb745e2b9d0b2751b9077c3dce9e2dc (diff)
Automated rollback of change 136369196
Change: 136825932
-rw-r--r--WORKSPACE2
-rwxr-xr-xtensorflow/tools/ci_build/install/install_bazel.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 50ca78174e..eee6c60314 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -20,7 +20,7 @@ tf_workspace()
# Specify the minimum required bazel version.
load("//tensorflow:tensorflow.bzl", "check_version")
-check_version("0.3.0")
+check_version("0.3.2")
# TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT
diff --git a/tensorflow/tools/ci_build/install/install_bazel.sh b/tensorflow/tools/ci_build/install/install_bazel.sh
index 3c5ccb0a04..b044372643 100755
--- a/tensorflow/tools/ci_build/install/install_bazel.sh
+++ b/tensorflow/tools/ci_build/install/install_bazel.sh
@@ -17,7 +17,7 @@
set -e
# Select bazel version.
-BAZEL_VERSION="0.3.1"
+BAZEL_VERSION="0.3.2"
# Install bazel.
mkdir /bazel