From d9ade193ce4fb76c9942933eacf8fa6f67f15069 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 16 Sep 2019 16:52:39 +0200 Subject: [PATCH] Switch bazel version to 0.29.1 We previously updated to 1.0.0rc2 which isn't released yet to avoid a security issue. The security issue has been cherry-picked back to 0.29 and released in 0.29.1: https://github.com/bazelbuild/bazel/commit/1b771ec1fc8f859c64c3c14a57c53bf0aa2ecb51 Since 0.29.1 is released, update our requirement to that, so that people can continue to use released things. Change-Id: Ib48fdbb61bc94a5e78e81e485a5e1d550445a5a5 --- .bazelversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelversion b/.bazelversion index 8862dbae5d..25939d35c7 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -1.0.0rc2 +0.29.1