aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-11-28 11:29:19 -0800
committerGravatar Muxi Yan <mxyan@google.com>2016-11-28 11:29:19 -0800
commita7f03f64234c496750bac5c72a7d3601e5e2a8ba (patch)
treecaaaeea6f84ccdc350d2332e67cfac13d294d6fb /src/objective-c/GRPCClient/private
parentdc2111ec70c2545fd811ebb7e52157e0d848ccf2 (diff)
Advance objective c version to v1.0.2
Diffstat (limited to 'src/objective-c/GRPCClient/private')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCHost.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCHost.m b/src/objective-c/GRPCClient/private/GRPCHost.m
index 4e09b39da5..70a5aad8f3 100644
--- a/src/objective-c/GRPCClient/private/GRPCHost.m
+++ b/src/objective-c/GRPCClient/private/GRPCHost.m
@@ -49,7 +49,7 @@ NS_ASSUME_NONNULL_BEGIN
// TODO(jcanizales): Generate the version in a standalone header, from templates. Like
// templates/src/core/surface/version.c.template .
-#define GRPC_OBJC_VERSION_STRING @"1.0.1"
+#define GRPC_OBJC_VERSION_STRING @"1.0.2"
static NSMutableDictionary *kHostCache;