diff options
author | Muxi Yan <mxyan@google.com> | 2016-11-28 11:29:19 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2016-11-28 11:29:19 -0800 |
commit | a7f03f64234c496750bac5c72a7d3601e5e2a8ba (patch) | |
tree | caaaeea6f84ccdc350d2332e67cfac13d294d6fb /src/objective-c/GRPCClient/private | |
parent | dc2111ec70c2545fd811ebb7e52157e0d848ccf2 (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.m | 2 |
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; |