Skip to content

Commit

Permalink
chore: update to Bazel 3.0 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Mar 29, 2020
1 parent 5479155 commit f6c0706
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: 2.2.0
bazel: 3.0.0rc2
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 @@
2.2.0
3.0.0rc2
2 changes: 1 addition & 1 deletion index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ VERSION = "1.5.0"
# 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 = "2.2.0"
BAZEL_VERSION = "3.0.0rc2"

# Versions of Bazel which users should be able to use.
# Ensures we don't break backwards-compatibility,
Expand Down

0 comments on commit f6c0706

Please sign in to comment.