From 078fb9877f1e2a8e8567319d9503bb0474357d13 Mon Sep 17 00:00:00 2001 From: Matt Mackay Date: Tue, 1 Feb 2022 10:21:52 -0500 Subject: [PATCH] chore: bump local verison of bazel used to 4.1.0 --- .bazelversion | 2 +- examples/build_file_generation/.bazelversion | 2 +- version.bzl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bazelversion b/.bazelversion index fcdb2e109f..af8c8ec7c1 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -4.0.0 +4.2.2 diff --git a/examples/build_file_generation/.bazelversion b/examples/build_file_generation/.bazelversion index fcdb2e109f..af8c8ec7c1 100644 --- a/examples/build_file_generation/.bazelversion +++ b/examples/build_file_generation/.bazelversion @@ -1 +1 @@ -4.0.0 +4.2.2 diff --git a/version.bzl b/version.bzl index bc1ccdf43c..8f59f1c70f 100644 --- a/version.bzl +++ b/version.bzl @@ -15,10 +15,10 @@ # Currently used Bazel version. This version is what the rules here are tested # against. -# This version should be updated together with the version of the Bazel +# This version should be updated together with the version of Bazel # in .bazelversion. # TODO(alexeagle): assert this is the case in a test -BAZEL_VERSION = "4.0.0" +BAZEL_VERSION = "4.2.2" # Versions of Bazel which users should be able to use. # Ensures we don't break backwards-compatibility,