Bump to v1.14.0-pre4

This commit is contained in:
murgatroid99 2018-08-08 11:39:51 -07:00
parent 4f2766d15b
commit 94d1b1264c
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.14.0-pre3"'
'GRPC_NODE_VERSION="1.14.0-pre4"'
],
'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.14.0-pre3
node_version: 1.14.0-pre4

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

View File

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