aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/!ProtoCompiler.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-01-27 17:20:20 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-02-09 11:17:18 -0800
commit76296f93760c6d4b5b04aa8bdd4a95a4dae12acb (patch)
treea808732e941668a9e4a41f92970f6e19deeaf09a /src/objective-c/!ProtoCompiler.podspec
parente60d5ff875dfd14d6f34f0ca1ead79c8a8038830 (diff)
Advance protoc version to 3.1.0
Diffstat (limited to 'src/objective-c/!ProtoCompiler.podspec')
-rw-r--r--src/objective-c/!ProtoCompiler.podspec2
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