From 8315d9c7237d5ba703364177d3efd955a7335327 Mon Sep 17 00:00:00 2001 From: tf-metadata-team Date: Wed, 24 Jan 2024 15:35:43 -0800 Subject: [PATCH] Updated minimum bazel version required to build `tfmd` to 6.1.0. PiperOrigin-RevId: 601254828 --- RELEASE.md | 1 + WORKSPACE | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index a9f4be8..ae1559b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,6 +8,7 @@ * Bump the Ubuntu version on which TFMD is tested to 20.04 (previously was 16.04). +* Bumped the minimum bazel version required to build `tfmd` to 6.1.0. ## Breaking Changes diff --git a/WORKSPACE b/WORKSPACE index 05e1323..dbd4ca5 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -49,4 +49,4 @@ load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps") protobuf_deps() load("@bazel_skylib//lib:versions.bzl", "versions") -versions.check("5.3.0") +versions.check("6.1.0")