Bump to v1.20.0

This commit is contained in:
murgatroid99 2019-04-17 09:31:45 -07:00
parent e9ba76a90f
commit dbb49fa9cf
3 changed files with 3 additions and 3 deletions

View File

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

@ -1 +1 @@
Subproject commit 1b488f8361234dddf1e48369b5dc482495fb3f9b Subproject commit 9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14

View File

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