aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCHost.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-10-25 14:26:43 -0700
committerGravatar Muxi Yan <mxyan@google.com>2016-10-25 14:26:43 -0700
commit1d424216fbe762405d1ba92aef98627fb3209f8b (patch)
treee5734349e6ba926a182f0f2261ca01bbda2959db /src/objective-c/GRPCClient/private/GRPCHost.m
parent447d0a22e67a6ce5e2fd99ca7bc8ce5a4f47e09a (diff)
advance OBJC_VERSION_STRING in GRPCHost.m
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCHost.m')
-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 b57c54b6ce..4e09b39da5 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.0"
+#define GRPC_OBJC_VERSION_STRING @"1.0.1"
static NSMutableDictionary *kHostCache;