From f95ea45bb2e3bde7ba781c58bdfa316ab3ddd6fd Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Fri, 27 Dec 2019 00:54:28 +0100 Subject: Bump Bazel version to 2.0.0 Bazel 2.0 is a new major version of Bazel and brings some important flag flips that did not make it into Bazel 1.0. In particular Bazel's Debian package and the binary installer now include an improved wrapper that understands /.bazelversion files and the $USE_BAZEL_VERSION environment variable. This is similar to what Bazelisk offers, except that it works offline and integrates with apt-get. Change-Id: Ia0bbd19649880a6803f69b85fad0283b52a5721f --- .bazelversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelversion b/.bazelversion index 9084fa2f71..227cea2156 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -1.1.0 +2.0.0 -- cgit v1.2.3