Skip to content

Commit

Permalink
chore: bump local verison of bazel used to 4.1.0 (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattem authored Feb 11, 2022
1 parent d80a9aa commit 83f9154
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.2.2
2 changes: 1 addition & 1 deletion examples/build_file_generation/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.2.2
4 changes: 2 additions & 2 deletions version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

# Currently used Bazel version. This version is what the rules here are tested
# against.
# This version should be updated together with the version of the Bazel
# This version should be updated together with the version of Bazel
# in .bazelversion.
# TODO(alexeagle): assert this is the case in a test
BAZEL_VERSION = "4.0.0"
BAZEL_VERSION = "4.2.2"

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

0 comments on commit 83f9154

Please sign in to comment.