diff options
Diffstat (limited to 'tools/vm')
-rwxr-xr-x | tools/vm/ubuntu1604/20_bazel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vm/ubuntu1604/20_bazel.sh b/tools/vm/ubuntu1604/20_bazel.sh index c5d4ced82..bb7afa676 100755 --- a/tools/vm/ubuntu1604/20_bazel.sh +++ b/tools/vm/ubuntu1604/20_bazel.sh @@ -16,7 +16,7 @@ set -xeo pipefail -declare -r BAZEL_VERSION=3.1.0 +declare -r BAZEL_VERSION=2.0.0 # Install bazel dependencies. while true; do |