Update to v1.23.3

This commit is contained in:
murgatroid99 2019-08-22 13:23:38 -07:00
parent 70233c6360
commit c12bebd979
3 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=1',
'GRPC_UV',
'GRPC_NODE_VERSION="1.23.2"',
'GRPC_NODE_VERSION="1.23.3"',
'CARES_STATICLIB',
'CARES_SYMBOL_HIDING'
],

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.23.2
node_version: 1.23.3

View File

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