diff options
author | murgatroid99 <mlumish@google.com> | 2017-05-04 10:02:44 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2017-05-04 10:02:44 -0700 |
commit | 572cd7e5a4630d47d3c3608c23d914e503c8f249 (patch) | |
tree | 58d4e16829d3727421a553d6a76c99dddfe46d37 /src/objective-c/GRPCClient | |
parent | 292a2222ab5e8e502504ba9239d8209a93836f3b (diff) |
Update version to 1.3.1
Diffstat (limited to 'src/objective-c/GRPCClient')
-rw-r--r-- | src/objective-c/GRPCClient/private/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/version.h b/src/objective-c/GRPCClient/private/version.h index 83fe9e46d9..7861e0a733 100644 --- a/src/objective-c/GRPCClient/private/version.h +++ b/src/objective-c/GRPCClient/private/version.h @@ -38,4 +38,4 @@ // `tools/buildgen/generate_projects.sh`. -#define GRPC_OBJC_VERSION_STRING @"1.3.1-pre1" +#define GRPC_OBJC_VERSION_STRING @"1.3.1" |