From bb384118db531a7951735dcdc809b5735bc02a76 Mon Sep 17 00:00:00 2001 From: Yifei Feng Date: Tue, 24 Jul 2018 13:12:54 -0700 Subject: Upgrade bazel to 0.15.0. PiperOrigin-RevId: 205878953 --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index 1df7bc736f..f97bf8a668 100644 --- a/configure.py +++ b/configure.py @@ -1451,7 +1451,7 @@ def main(): # environment variables. environ_cp = dict(os.environ) - check_bazel_version('0.13.0') + check_bazel_version('0.15.0') reset_tf_configure_bazelrc(args.workspace) cleanup_makefile() -- cgit v1.2.3