Skip to content

Commit bbd7d03

Browse files
committed
Bump maximum Bazel version in start script
1 parent aaf4c36 commit bbd7d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readonly MIN_BAZEL_MAJOR=6
1313
readonly MIN_BAZEL_MINOR=0
1414

1515
readonly MAX_BAZEL_MAJOR=6
16-
readonly MAX_BAZEL_MINOR=4
16+
readonly MAX_BAZEL_MINOR=5
1717

1818
stderr () {
1919
>&2 echo "$*"

0 commit comments

Comments
 (0)