Skip to content

Commit b25e188

Browse files
authored
chore: update to Bazel 5.2.0 (#736)
1 parent aef17ad commit b25e188

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.bazelversion

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

examples/build_file_generation/.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# 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.2.2"
21+
BAZEL_VERSION = "5.2.0"
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)