aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-08-20 01:45:32 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-08-20 01:45:32 +0200
commite3e17d3f6bf3ecb402486553cd1a7f99e6c9ecc2 (patch)
tree4a4a3dccbac6248c87a3c7468aaeb19186911b40 /src/objective-c/GRPCClient/private
parent6cfc80edaf8ec1e46c9cbbc1f402a0a8a8259f16 (diff)
parentbbc20b59f8650950cfe6dbf42c1eb0fe12945ca4 (diff)
Merge branch 'v1.0.x' of https://github.com/grpc/grpc
Diffstat (limited to 'src/objective-c/GRPCClient/private')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCHost.m2
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 477ddf51d9..9cd9593d17 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.0-pre1"
+#define GRPC_OBJC_VERSION_STRING @"1.0.0"
static NSMutableDictionary *kHostCache;