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 <davidben@google.com> Reviewed-by: Bob Beck <bbe@google.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 4c1bcf2..42ccb4f 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, )