aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2018-11-20 23:36:04 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2018-11-20 23:36:04 -0800
commit42e3ae730913cff77b8c9eec7fb0bccd7e0b7db9 (patch)
tree7ef3affd5930d6c4d923c3d8ed226edc704dd706 /gRPC-C++.podspec
parent894b313c0bd6992d2f1f1ab01f72c152c542511a (diff)
Re-generate projects
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r--gRPC-C++.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec
index 6e0267723b..5aea7c6f8c 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.17.0-pre1'
+ # version = '1.17.0-pre2'
version = '0.0.4'
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.17.0-pre1'
+ grpc_version = '1.17.0-pre2'
s.source = {
:git => 'https://github.com/grpc/grpc.git',