aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2016-10-17 09:54:44 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-17 11:04:47 -0700
commit40aee90b9217a5f72360bcf25cc1a0999ff5d464 (patch)
tree8eef92d90620dd3797e35a3b1d7f9aef1c2729eb
parent382aa6e239152cbfd56d1f61aef9b6b7d27bbfe3 (diff)
Automated rollback of change 136356467
Change: 136369196
-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 eee6c60314..50ca78174e 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.2")
+check_version("0.3.0")
# 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 b044372643..3c5ccb0a04 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.2"
+BAZEL_VERSION="0.3.1"
# Install bazel.
mkdir /bazel