commit | 566223faadb7174ef43a0d5eb9a2286a2dafb33c | [log] [tgz] |
---|---|---|
author | Philipp Schrader <philipp.schrader@gmail.com> | Sat May 22 14:59:10 2021 -0700 |
committer | Philipp Schrader <philipp.schrader@gmail.com> | Sat May 22 15:01:33 2021 -0700 |
tree | ec112d5c5cea2ba622f15ecc0d683c81965b0683 | |
parent | 47a4f4fc56d8440e7b5d9ede458c1f68d06b2557 [diff] |
Update bazel to 4.1.0 Changes from 4.0.0 are noted here: https://github.com/bazelbuild/bazel/releases/tag/4.1.0 Change-Id: I390cfb1d1903ed5f98903d4e17134aa2892eb324
diff --git a/tools/bazel b/tools/bazel index 4054da3..ef6372b 100755 --- a/tools/bazel +++ b/tools/bazel
@@ -24,7 +24,7 @@ exec "${BAZEL_OVERRIDE}" "$@" fi -readonly VERSION="4.0.0" +readonly VERSION="4.1.0" readonly DOWNLOAD_DIR="${HOME}/.cache/bazel" # Directory to unpack bazel into. This must change whenever bazel changes.