Merge pull request #996 from murgatroid99/v1.22.1_update

Update to v1.22.3 (core 1.22.1)
This commit is contained in:
Michael Lumish 2019-08-19 10:32:15 -07:00 committed by GitHub
commit af405370fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=1',
'GRPC_UV',
'GRPC_NODE_VERSION="1.22.2"',
'GRPC_NODE_VERSION="1.22.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.22.2
node_version: 1.22.3

@ -1 +1 @@
Subproject commit 08fd59f039c7cf62614ab7741b3f34527af103c7
Subproject commit c599e6a922a80e40e24a2d3c994a6dd51046796b

View File

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