diff options
author | Muxi Yan <mxyan@google.com> | 2017-01-27 17:20:20 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-02-06 13:57:45 -0800 |
commit | 5ff4bfb651ebb061d76e6b14af1d6b02050ffc97 (patch) | |
tree | 8c3cf32546ebc30d812a94089ba2e78c7c5a99bc /src/objective-c/!ProtoCompiler.podspec | |
parent | d6d2677637fee5d2988dae08cee1b909d822c650 (diff) |
Advance protoc version to 3.1.0
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 b55f6c93c6..dc4d8e964e 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.0.2' + v = '3.1.0' s.version = v s.summary = 'The Protobuf Compiler (protoc) generates Objective-C files from .proto files' s.description = <<-DESC |