Bump submodule to 1.23.1 and library version to 1.23.4

This commit is contained in:
murgatroid99 2019-10-01 17:20:29 -07:00
parent ceae8aaf1d
commit 1e2a7cb2e3
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,3 +1,3 @@
settings: settings:
'#': It's possible to have node_version here as a key to override the core's version. '#': It's possible to have node_version here as a key to override the core's version.
node_version: 1.23.3 node_version: 1.23.4

@ -1 +1 @@
Subproject commit 7c0764918b9f33cab507ff483b4be849b0203ec4 Subproject commit 6a37b6696b359cb77d3ff13015234febdf9fd890

View File

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