diff --git a/.bazelversion b/.bazelversion index 21c8c7b46b..a3fcc7121b 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.1.1 +7.1.0 diff --git a/version.bzl b/version.bzl index b9e92ccac3..302a8f73e7 100644 --- a/version.bzl +++ b/version.bzl @@ -17,7 +17,7 @@ # against. # This version should be updated together with the version of Bazel # in .bazelversion. -BAZEL_VERSION = "7.1.1" +BAZEL_VERSION = "7.1.0" # NOTE: Keep in sync with .bazelci/presubmit.yml # This is the minimum supported bazel version, that we have some tests for.