Automated rollback of change 136369196

Change: 136825932
This commit is contained in:
A. Unique TensorFlower 2016-10-21 05:34:07 -08:00 committed by TensorFlower Gardener
parent 3a5b605d8e
commit 544143180d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -17,7 +17,7 @@
set -e
# Select bazel version.
BAZEL_VERSION="0.3.1"
BAZEL_VERSION="0.3.2"
# Install bazel.
mkdir /bazel