Skip to content

Commit 83f9154

Browse files
authored
chore: bump local verison of bazel used to 4.1.0 (bazel-contrib#616)
1 parent d80a9aa commit 83f9154

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.2.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.2.2

version.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

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

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

0 commit comments

Comments
 (0)