From 8b43ff0f72137b31b23d482f0b2344186d797b03 Mon Sep 17 00:00:00 2001 From: Lily Chen Date: Mon, 13 Jul 2026 05:40:15 -0700 Subject: [PATCH] Update version for Bazel Central Repository to 0.20260713.0 Change-Id: I16c9fb95fe0cbdf221d1553490418a1fab809a67 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/98767 Commit-Queue: Lily Chen Reviewed-by: David Benjamin --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 505beafbc3..98c78d69c2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -16,7 +16,7 @@ # the revision where we bump the version. module( name = "boringssl", - version = "0.20260616.0", + version = "0.20260713.0", compatibility_level = 2, )