Merge pull request #469 from murgatroid99/v1.14.0-pre2_bump

Bump grpc to 1.14.0-pre2
This commit is contained in:
Michael Lumish 2018-08-01 10:27:35 -07:00 committed by GitHub
commit 8f1a4ed1af
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.14.0-pre1"'
'GRPC_NODE_VERSION="1.14.0-pre2"'
],
'conditions': [
['grpc_gcov=="true"', {

@ -1 +1 @@
Subproject commit 768e8ea89c9d27ea05b86cd83b0bfd18643bce12
Subproject commit d2867e4a24b2108e074fa36714caf4eca57399e7

View File

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