Skip to content

Commit

Permalink
advance OBJC_VERSION_STRING in GRPCHost.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Muxi Yan committed Oct 25, 2016
1 parent 447d0a2 commit 1d42421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objective-c/GRPCClient/private/GRPCHost.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

// 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;

Expand Down

0 comments on commit 1d42421

Please sign in to comment.