aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-19 10:37:39 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-19 10:37:39 -0800
commitce4a8a66eeb25b34cdd63305877acb6c40371a8d (patch)
tree6f615e09a2b2f027623dd212700bc1cebdcf7e00 /templates
parent9c22b4e1bac867d5388dfa690011368c0d7730e4 (diff)
Boost C++ version for 1.17.0
Diffstat (limited to 'templates')
-rw-r--r--templates/gRPC-C++.podspec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gRPC-C++.podspec.template b/templates/gRPC-C++.podspec.template
index ed69a1ed4c..ab330415af 100644
--- a/templates/gRPC-C++.podspec.template
+++ b/templates/gRPC-C++.podspec.template
@@ -132,7 +132,7 @@
s.name = 'gRPC-C++'
# TODO (mxyan): use version that match gRPC version when pod is stabilized
# version = '${settings.version}'
- version = '0.0.3'
+ version = '0.0.4'
s.version = version
s.summary = 'gRPC C++ library'
s.homepage = 'https://grpc.io'