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,