diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-12-12 13:44:41 -0800 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2017-12-12 14:01:25 -0800 |
commit | 0ba96edc41d6f229c6657b345dab15b4f6a393a5 (patch) | |
tree | 22ad407ba720ddf582544feac019665763d81522 /src/core | |
parent | a258a49ca156952ef156958d2bcbd13a630193aa (diff) |
v1.8.0-pre2 is now v1.8.0
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/lib/surface/version.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/surface/version.cc b/src/core/lib/surface/version.cc index a9cbe6274a..5e4f620dd1 100644 --- a/src/core/lib/surface/version.cc +++ b/src/core/lib/surface/version.cc @@ -21,6 +21,6 @@ #include <grpc/grpc.h> -const char* grpc_version_string(void) { return "5.0.0-pre2"; } +const char* grpc_version_string(void) { return "5.0.0"; } const char* grpc_g_stands_for(void) { return "generous"; } |