aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorGravatar Sanjay Pujare <sanjaypujare@users.noreply.github.com>2019-01-03 15:35:20 -0800
committerGravatar Sanjay Pujare <sanjaypujare@users.noreply.github.com>2019-01-03 15:35:20 -0800
commit94d55876438a8178aae85ded57e3d04ff3f298c5 (patch)
tree8f967ae4fc69f77d7803bcf2dea66b29153d4b31 /gRPC-C++.podspec
parentd99f2f03074ef978b593ec0fdbe6295cd0235500 (diff)
Regenerate 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 29a79dd47a..e830958f79 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.18.0-dev'
+ # version = '1.19.0-dev'
version = '0.0.6-dev'
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.18.0-dev'
+ grpc_version = '1.19.0-dev'
s.source = {
:git => 'https://github.com/grpc/grpc.git',