commit | be8c9b15b4b5b16f043345d719a2d7f32eec1af2 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Nov 25 15:53:12 2017 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Mon Jan 01 22:12:57 2018 -0800 |
tree | f318a25f40ee35d8b05531e90baba22c31fb6c10 | |
parent | 820019e9b0dcc58594f1509020f8d5455fa9a01f [diff] [blame] |
Bazel upgrade 0.8.0-rc4 Change-Id: I59c228ce2a7fe62d95b64e8b6bde0b8fc07f8641
diff --git a/tools/bazel b/tools/bazel index d08bd00..8a442e5 100755 --- a/tools/bazel +++ b/tools/bazel
@@ -24,7 +24,7 @@ exec "${BAZEL_OVERRIDE}" "$@" fi -readonly VERSION="0.7.0-971" +readonly VERSION="201711232100+e0fe5d9" readonly DOWNLOAD_DIR="$(dirname "${BASH_SOURCE[0]}")/../bazel-downloads" # Directory to unpack bazel into. This must change whenever bazel changes.