Merge pull request #851 from murgatroid99/v1.20.3_bump

Update to 1.20.3
This commit is contained in:
Michael Lumish 2019-05-02 14:05:02 -07:00 committed by GitHub
commit 58d87909bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=0',
'GRPC_UV',
'GRPC_NODE_VERSION="1.20.2"'
'GRPC_NODE_VERSION="1.20.3"'
],
'defines!': [
'OPENSSL_THREADS'

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.20.2
node_version: 1.20.3

View File

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