Skip to content

Commit

Permalink
Move user-agent version to 1.0.0
Browse files Browse the repository at this point in the history
I can’t wait to get all of these automatically from a single source :)
  • Loading branch information
jcanizales committed Aug 18, 2016
1 parent 4a18c67 commit 36031d5
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-pre1"
#define GRPC_OBJC_VERSION_STRING @"1.0.0"

static NSMutableDictionary *kHostCache;

Expand Down

0 comments on commit 36031d5

Please sign in to comment.