aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
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',