Skip to content

Commit 787f3cb

Browse files
authored
chore: set 7.x in bazelversion (bazel-contrib#2317)
This just upgrades what Bazel version we run by default during development.
1 parent 0c907bd commit 787f3cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.0
1+
7.x

version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# against.
1818
# This version should be updated together with the version of Bazel
1919
# in .bazelversion.
20-
BAZEL_VERSION = "7.1.0"
20+
BAZEL_VERSION = "7.x"
2121

2222
# NOTE: Keep in sync with .bazelci/presubmit.yml
2323
# This is the minimum supported bazel version, that we have some tests for.

0 commit comments

Comments
 (0)