Skip to content

Commit

Permalink
chore: update to bazel 3.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored and Alex Eagle committed Apr 9, 2020
1 parent 6895ac0 commit 5eec1ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
bazel: 3.0.0rc2
bazel: 3.0.0
tasks:
ubuntu1604:
name: ubuntu1604
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0rc2
3.0.0
2 changes: 1 addition & 1 deletion index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5eec1ff

Please sign in to comment.