aboutsummaryrefslogtreecommitdiff
path: root/version.bzl
diff options
context:
space:
mode:
authorMatt Mackay <mattem@gmail.com>2022-02-11 11:10:05 -0500
committerGitHub <noreply@github.com>2022-02-11 08:10:05 -0800
commit83f91545a98560e878e719be3380703fdf4fa6b6 (patch)
treeb7e4218558c212092d56344701eb2967ce0303c0 /version.bzl
parentd80a9aa622dddd429cc45ecc2b03c6b24ccb8b32 (diff)
downloadbazelbuild-rules_python-83f91545a98560e878e719be3380703fdf4fa6b6.tar.gz
chore: bump local verison of bazel used to 4.1.0 (#616)
Diffstat (limited to 'version.bzl')
-rw-r--r--version.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.bzl b/version.bzl
index bc1ccdf..8f59f1c 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,