aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-19 15:32:20 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-19 15:32:20 -0800
commitda14743f1a19d8d36b5891a71dc46cb55eaa496d (patch)
treeb850da73dcc59f71a38bac7ed91f92a48668d63c /gRPC-C++.podspec
parent56f67728a82950ddeca8ad02e7432ef6d185ba2e (diff)
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 fae5ce4a6e..6e0267723b 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-dev'
+ # version = '1.17.0-pre1'
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-dev'
+ grpc_version = '1.17.0-pre1'
s.source = {
:git => 'https://github.com/grpc/grpc.git',