We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df14b48 commit f03d164Copy full SHA for f03d164
2 files changed
.bazelversion
@@ -1,4 +1,4 @@
1
-7.0.0
+7.0.2
2
# The first line of this file is used by Bazelisk and Bazel to be sure
3
# the right version of Bazel is used to build and test this repo.
4
# This also defines which version is used on CI.
.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
29
m=${v::1}
30
a=(
31
"major:$m, version:\"$v\""
32
- "major:6, version:\"6.4.0\""
+ "major:6, version:\"6.5.0\""
33
)
34
printf -v j '{%s},' "${a[@]}"
35
echo "res=[${j%,}]" | tee -a $GITHUB_OUTPUT
0 commit comments