We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80a9aa commit 83f9154Copy full SHA for 83f9154
.bazelversion
@@ -1 +1 @@
1
-4.0.0
+4.2.2
examples/build_file_generation/.bazelversion
version.bzl
@@ -15,10 +15,10 @@
15
16
# Currently used Bazel version. This version is what the rules here are tested
17
# against.
18
-# This version should be updated together with the version of the Bazel
+# This version should be updated together with the version of Bazel
19
# in .bazelversion.
20
# TODO(alexeagle): assert this is the case in a test
21
-BAZEL_VERSION = "4.0.0"
+BAZEL_VERSION = "4.2.2"
22
23
# Versions of Bazel which users should be able to use.
24
# Ensures we don't break backwards-compatibility,
0 commit comments