Merge pull request #994 from murgatroid99/v1.23.0_bump

Update version to 1.23.0
This commit is contained in:
Michael Lumish 2019-08-16 14:22:09 -07:00 committed by GitHub
commit a3d5dbf07a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

@ -1 +1 @@
Subproject commit ae91cd03818d6c4e7bc06efc261215338ce65475
Subproject commit 7c0764918b9f33cab507ff483b4be849b0203ec4

View File

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

View File

@ -16,4 +16,4 @@
# Location of the continuous shell script in repository.
build_file: "grpc-node/tools/release/kokoro-electron.bat"
timeout_mins: 60
timeout_mins: 120