Set bazel version to 0.20.0

This commit is contained in:
Gunhan Gulsoy 2018-12-06 21:59:20 -08:00 committed by GitHub
parent b41761c499
commit 607d43181c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
# ==============================================================================
# Select bazel version.
BAZEL_VERSION="0.18.0"
BAZEL_VERSION="0.20.0"
set +e
local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')