Skip to content

Commit f03d164

Browse files
authored
chore: upgrade to Bazel 7.0.2 (#1472)
1 parent df14b48 commit f03d164

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
7.0.0
1+
7.0.2
22
# The first line of this file is used by Bazelisk and Bazel to be sure
33
# the right version of Bazel is used to build and test this repo.
44
# This also defines which version is used on CI.

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
m=${v::1}
3030
a=(
3131
"major:$m, version:\"$v\""
32-
"major:6, version:\"6.4.0\""
32+
"major:6, version:\"6.5.0\""
3333
)
3434
printf -v j '{%s},' "${a[@]}"
3535
echo "res=[${j%,}]" | tee -a $GITHUB_OUTPUT

0 commit comments

Comments
 (0)