aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-08-18 15:21:15 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-08-18 15:21:15 -0700
commit36031d50db1a38992f8ae7eab681c9b9aa918c74 (patch)
tree76b036a62194d2bc430f1a58db4fbd4e1ebaeff2 /src/objective-c
parent4a18c67b777fcc3391ca85bc5e636e2eff789847 (diff)
Move user-agent version to 1.0.0
I can’t wait to get all of these automatically from a single source :)
Diffstat (limited to 'src/objective-c')
-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;