Merge pull request #675 from murgatroid99/version_bump_1.17.0-pre2

Bump version to 1.17.0-pre2 and bump submodule
This commit is contained in:
Michael Lumish 2018-12-07 14:52:20 -08:00 committed by GitHub
commit d43508d096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,7 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=0',
'GRPC_UV',
'GRPC_NODE_VERSION="1.17.0-pre1"'
'GRPC_NODE_VERSION="1.17.0-pre2"'
],
'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-pre1
node_version: 1.17.0-pre2

@ -1 +1 @@
Subproject commit 802d89fa59f77db60ab9e27d0145f986e62dbcf7
Subproject commit 8d4f9c4654ab4b0c670527599871530e2258e76d

View File

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