Bump to 1.23.2

This commit is contained in:
murgatroid99 2019-08-20 10:15:08 -07:00
parent f5294f7258
commit 42e9f6df61
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.1"',
'GRPC_NODE_VERSION="1.23.2"',
'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.1
node_version: 1.23.2

View File

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