Merge pull request #480 from murgatroid99/v1.14.0-pre3_update

Update to v1.14.0-pre3
This commit is contained in:
Michael Lumish 2018-08-07 13:46:32 -07:00 committed by GitHub
commit 4f2766d15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

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

View File

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

@ -1 +1 @@
Subproject commit d2867e4a24b2108e074fa36714caf4eca57399e7
Subproject commit 893776fe9caf97aea2a25bfeefd7e4c50a96fd54

View File

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