From 534ccd495390bda86ec15b638931925449151d39 Mon Sep 17 00:00:00 2001 From: FabioBatSilva Date: Mon, 10 Nov 2025 11:06:35 -0500 Subject: [PATCH] Bump chess release version --- php/ext/google/protobuf/protobuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h index d52d31a705e3f..2935cf202e46d 100644 --- a/php/ext/google/protobuf/protobuf.h +++ b/php/ext/google/protobuf/protobuf.h @@ -32,7 +32,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_setter, 0, 0, 1) ZEND_ARG_INFO(0, value) ZEND_END_ARG_INFO() -#define PHP_PROTOBUF_VERSION "4.31.0" +#define PHP_PROTOBUF_VERSION "4.31.0-patch.3" // ptr -> PHP object cache. This is a weak map that caches lazily-created // wrapper objects around upb types: