Update version to 1.23.0

This commit is contained in:
murgatroid99 2019-08-15 14:30:20 -07:00
parent e97cd31e03
commit 84d48a7415
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.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/",