From 6393e17a1534f96e0fbed217c4ba929f90422134 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 7 Jan 2020 12:17:00 -0500 Subject: [PATCH] hotfix: update Protobuf-C++.podspec to 3.11.2 --- src/cpp/Protobuf-C++.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/Protobuf-C++.podspec b/src/cpp/Protobuf-C++.podspec index f6a488dc350..1359d0294db 100644 --- a/src/cpp/Protobuf-C++.podspec +++ b/src/cpp/Protobuf-C++.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Protobuf-C++' - s.version = '3.8.0' + s.version = '3.11.2' s.summary = 'Protocol Buffers v3 runtime library for C++.' s.homepage = 'https://github.com/google/protobuf' s.license = '3-Clause BSD License'