From efe6513f70b1c4200bbb1197d5418f83965a361a Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 9 Apr 2020 18:57:42 -0700 Subject: [PATCH] chore: update to bazel 3.0 final (#1794) --- .bazelci/presubmit.yml | 2 +- .bazelversion | 2 +- index.bzl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 45298119bf..50a2026ed1 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,5 +1,5 @@ --- -bazel: 3.0.0rc2 +bazel: 3.0.0 tasks: ubuntu1604: name: ubuntu1604 diff --git a/.bazelversion b/.bazelversion index c39e1964d9..4a36342fca 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -3.0.0rc2 +3.0.0 diff --git a/index.bzl b/index.bzl index fb74656620..375b74535c 100644 --- a/index.bzl +++ b/index.bzl @@ -88,7 +88,7 @@ def yarn_install(**kwargs): # against. # This version should be updated together with the version of the Bazel # in .bazelversion. This is asserted in //internal:bazel_version_test. -BAZEL_VERSION = "3.0.0rc2" +BAZEL_VERSION = "3.0.0" # Versions of Bazel which users should be able to use. # Ensures we don't break backwards-compatibility,