diff options
author | Vijay Pai <vpai@google.com> | 2018-02-24 10:37:13 -0600 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2018-02-24 10:37:13 -0600 |
commit | 8b05d0284f6aaaa2a9567f992189bef91550a645 (patch) | |
tree | f81d3def61ca3345bdc133b8d12cae9af15c5300 /gRPC-C++.podspec | |
parent | d71b55db98fe6eec1c5207a335209da2a0c56449 (diff) | |
parent | d5b1f9809202bf2338f94a9e1c07bc511b42d67d (diff) |
Merge branch 'master' into 2phase_thd
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r-- | gRPC-C++.podspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec index 0d2aa4c456..1f9119be42 100644 --- a/gRPC-C++.podspec +++ b/gRPC-C++.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-C++' # TODO (mxyan): use version that match gRPC version when pod is stabilized - # version = '1.10.0-dev' + # version = '1.11.0-dev' version = '0.0.2' s.version = version s.summary = 'gRPC C++ library' @@ -31,7 +31,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' } - grpc_version = '1.10.0-dev' + grpc_version = '1.11.0-dev' s.source = { :git => 'https://github.com/grpc/grpc.git', |