From 563d105a1ea75aeedb2bd2df00639d4abf87281d Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 25 Aug 2023 23:51:35 +0200 Subject: [PATCH] Use protobuf 3.24.2 by default (#793) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index 7ae9460..49425c6 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3165,7 +3165,7 @@ installRemoteModule() { installRemoteModule_version=3.12.4 else # See https://github.com/protocolbuffers/protobuf/issues/10619 - installRemoteModule_version=3.24.1 + installRemoteModule_version=3.24.2 fi fi ;;