From ab2c1c6169433bcd15721298fc531e098c257201 Mon Sep 17 00:00:00 2001 From: Matt Mackay Date: Mon, 30 May 2022 17:26:50 -0400 Subject: [PATCH] chore: bump bazel version to 5.1.1 --- .bazelversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelversion b/.bazelversion index bd9175c2..35a99a08 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,4 +1,4 @@ -5.1.0 +5.1.1 # The first line of this file is used by Bazelisk and Bazel to be sure # the right version of Bazel is used to build and test this repo. # This also defines which version is used on CI.