Merge pull request #683 from nicolasnoble/bump-to-1.17.0

Bumping to 1.17.0
This commit is contained in:
Nicolas Noble 2018-12-13 18:40:22 -08:00 committed by GitHub
commit e029551c31
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.17.0-pre4"'
'GRPC_NODE_VERSION="1.17.0"'
],
'conditions': [
['grpc_gcov=="true"', {

View File

@ -1,3 +1,3 @@
settings:
'#': It's possible to have node_version here as a key to override the core's version.
node_version: 1.17.0-pre4
node_version: 1.17.0

View File

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