aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2018-11-28 09:24:31 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2018-11-28 09:24:31 -0800
commit698cf221d85f5ad0743487d4577af15d646d7483 (patch)
treea36bf79ee92bc628eeb1477d807cc9bc40f82ec3 /gRPC-C++.podspec
parent019feec3d9308717adcda8ee6b01b364ee2d29dd (diff)
Regenerate projects
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r--gRPC-C++.podspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec
index 8bacc33966..35c446ede3 100644
--- a/gRPC-C++.podspec
+++ b/gRPC-C++.podspec
@@ -23,15 +23,15 @@
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-pre2'
- version = '0.0.6-pre2'
+ # version = '1.17.0-pre3'
+ version = '0.0.6-pre3'
s.version = version
s.summary = 'gRPC C++ library'
s.homepage = 'https://grpc.io'
s.license = 'Apache License, Version 2.0'
s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
- grpc_version = '1.17.0-pre2'
+ grpc_version = '1.17.0-pre3'
s.source = {
:git => 'https://github.com/grpc/grpc.git',