advance OBJC_VERSION_STRING in GRPCHost.m

pull/8497/head
Muxi Yan 8 years ago
parent 447d0a22e6
commit 1d424216fb
  1. 2
      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;

Loading…
Cancel
Save