Bump submodule and version

This commit is contained in:
murgatroid99 2019-10-21 11:09:50 -07:00
parent 4580356687
commit 029ecbe9b8
4 changed files with 4 additions and 3 deletions

View File

@ -91,7 +91,7 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=1',
'GRPC_UV',
'GRPC_NODE_VERSION="1.24.0"',
'GRPC_NODE_VERSION="1.24.1"',
'CARES_STATICLIB',
'CARES_SYMBOL_HIDING'
],

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.24.1

@ -1 +1 @@
Subproject commit 16fba7baa0a35d9028f1cd9827c907be7d97269e
Subproject commit 85e22ef28d55f27e8efb3d5e2e43ca6f59971065

View File

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