mirror of https://github.com/grpc/grpc-node.git
Merge pull request #675 from murgatroid99/version_bump_1.17.0-pre2
Bump version to 1.17.0-pre2 and bump submodule
This commit is contained in:
commit
d43508d096
|
@ -91,7 +91,7 @@
|
|||
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
||||
'GRPC_ARES=0',
|
||||
'GRPC_UV',
|
||||
'GRPC_NODE_VERSION="1.17.0-pre1"'
|
||||
'GRPC_NODE_VERSION="1.17.0-pre2"'
|
||||
],
|
||||
'conditions': [
|
||||
['grpc_gcov=="true"', {
|
||||
|
|
|
@ -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.17.0-pre1
|
||||
node_version: 1.17.0-pre2
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 802d89fa59f77db60ab9e27d0145f986e62dbcf7
|
||||
Subproject commit 8d4f9c4654ab4b0c670527599871530e2258e76d
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc",
|
||||
"version": "1.17.0-pre1",
|
||||
"version": "1.17.0-pre2",
|
||||
"author": "Google Inc.",
|
||||
"description": "gRPC Library for Node",
|
||||
"homepage": "https://grpc.io/",
|
||||
|
|
Loading…
Reference in New Issue