diff options
author | Muxi Yan <mxyan@google.com> | 2017-01-27 17:20:20 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-02-09 11:17:18 -0800 |
commit | 76296f93760c6d4b5b04aa8bdd4a95a4dae12acb (patch) | |
tree | a808732e941668a9e4a41f92970f6e19deeaf09a /src/objective-c | |
parent | e60d5ff875dfd14d6f34f0ca1ead79c8a8038830 (diff) |
Advance protoc version to 3.1.0
Diffstat (limited to 'src/objective-c')
-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 |