diff options
author | Muxi Yan <mxyan@google.com> | 2018-08-07 11:27:40 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-08-07 11:27:40 -0700 |
commit | 520bcfb64aed867373b2ffd643cc6a685b1e9cc1 (patch) | |
tree | aac9d8d7bd2378ea1b914c9304e35550b025056f /src/objective-c/!ProtoCompiler.podspec | |
parent | 23c3c477566752521aa147fce513ba80a9fb00cf (diff) |
Upgrade protobuf podspecs in grpc
Diffstat (limited to 'src/objective-c/!ProtoCompiler.podspec')
-rw-r--r-- | src/objective-c/!ProtoCompiler.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/!ProtoCompiler.podspec b/src/objective-c/!ProtoCompiler.podspec index 12598e616a..b98339941e 100644 --- a/src/objective-c/!ProtoCompiler.podspec +++ b/src/objective-c/!ProtoCompiler.podspec @@ -36,7 +36,7 @@ Pod::Spec.new do |s| # exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed # before them. s.name = '!ProtoCompiler' - v = '3.5.0' + v = '3.6.0' s.version = v s.summary = 'The Protobuf Compiler (protoc) generates Objective-C files from .proto files' s.description = <<-DESC |