aboutsummaryrefslogtreecommitdiff
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorSrini Polavarapu <35056280+srini100@users.noreply.github.com>2018-06-14 19:57:13 -0700
committerGitHub <noreply@github.com>2018-06-14 19:57:13 -0700
commitd6616280d37ac057c6d8e8d317a8b62160124c8a (patch)
tree268ca36031b61fbd399eb056108a74a1edc3afb7 /gRPC-C++.podspec
parentce62e20fdc4057fc56e29842810ff2199f93a36c (diff)
parentc79c1563074246186be92f47ff6cc79b77ecf541 (diff)
downloadgrpc-grpc-d6616280d37ac057c6d8e8d317a8b62160124c8a.tar.gz
Merge pull request #15694 from srini100/bump-to-v1.14
Bump master to v1.14
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 39117557fc..2380da9476 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.13.0-dev'
+ # version = '1.14.0-dev'
version = '0.0.2'
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.13.0-dev'
+ grpc_version = '1.14.0-dev'
s.source = {
:git => 'https://github.com/grpc/grpc.git',