mirror of https://github.com/grpc/grpc-node.git
Bumping to 1.17.0
This commit is contained in:
parent
a293b0acd4
commit
d9eee9bdd0
|
@ -91,7 +91,7 @@
|
||||||
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
||||||
'GRPC_ARES=0',
|
'GRPC_ARES=0',
|
||||||
'GRPC_UV',
|
'GRPC_UV',
|
||||||
'GRPC_NODE_VERSION="1.17.0-pre4"'
|
'GRPC_NODE_VERSION="1.17.0"'
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['grpc_gcov=="true"', {
|
['grpc_gcov=="true"', {
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
settings:
|
settings:
|
||||||
'#': It's possible to have node_version here as a key to override the core's version.
|
'#': It's possible to have node_version here as a key to override the core's version.
|
||||||
node_version: 1.17.0-pre4
|
node_version: 1.17.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "grpc",
|
"name": "grpc",
|
||||||
"version": "1.17.0-pre4",
|
"version": "1.17.0",
|
||||||
"author": "Google Inc.",
|
"author": "Google Inc.",
|
||||||
"description": "gRPC Library for Node",
|
"description": "gRPC Library for Node",
|
||||||
"homepage": "https://grpc.io/",
|
"homepage": "https://grpc.io/",
|
||||||
|
|
Loading…
Reference in New Issue