aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-10-28 11:48:22 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-10-28 11:48:22 -0700
commit5d6ae930ab446fdb96346dbd8d2241b5498e8234 (patch)
tree064b024ffd9d2215345795732ad9c52b0545913d /src/objective-c/GRPCClient/private
parent51fc01dffabf778f8dc4697db4bc33461a29683b (diff)
parent6040b471bcd1d6bb05b25c126b6545180a1d3528 (diff)
Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge
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 0524472f53..dd0479083d 100644
--- a/src/objective-c/GRPCClient/private/GRPCHost.m
+++ b/src/objective-c/GRPCClient/private/GRPCHost.m
@@ -51,7 +51,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.0"
+#define GRPC_OBJC_VERSION_STRING @"1.0.1"
static NSMutableDictionary *kHostCache;