From b6eec48a579eff1abe70ce6d480a017d6ca3a32c Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Wed, 4 Dec 2024 13:48:33 -0500 Subject: [PATCH] Bump the MODULE.bazel version again The last one had some GCC warnings that have since been doubly resolved by both removing the offending build configuration and removing the offending code. Change-Id: I7c7921fb85baf5f94d0757182cb2d2531a169fb5 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/73967 Commit-Queue: David Benjamin Reviewed-by: Bob Beck --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 4c1bcf2f8c..42ccb4f382 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -16,7 +16,7 @@ # the revision where we bump the version. module( name = "boringssl", - version = "0.20241203.0", + version = "0.20241209.0", compatibility_level = 2, )