Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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