Merge pull request #754 from murgatroid99/v1.19.0_bump

Bump to v1.19.0
This commit is contained in:
Michael Lumish 2019-02-27 09:23:21 -08:00 committed by GitHub
commit dca2016e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=0',
'GRPC_UV',
'GRPC_NODE_VERSION="1.19.0-pre1"'
'GRPC_NODE_VERSION="1.19.0"'
],
'conditions': [
['grpc_gcov=="true"', {

@ -1 +1 @@
Subproject commit 801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa
Subproject commit da76faf2b882ba1e07bd52379bfb8eba8354155c

View File

@ -1,6 +1,6 @@
{
"name": "grpc",
"version": "1.19.0-pre1",
"version": "1.19.0",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "https://grpc.io/",