From bea99a7b9b91dbee4874c4b9240487a5688e4ee7 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 6 Dec 2017 11:52:39 -0800 Subject: [PATCH] Update v1.7.x branch to 1.7.3 --- packages/grpc-native-core/deps/grpc | 2 +- packages/grpc-native-core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grpc-native-core/deps/grpc b/packages/grpc-native-core/deps/grpc index 5cf4b44ff..e9ef11a37 160000 --- a/packages/grpc-native-core/deps/grpc +++ b/packages/grpc-native-core/deps/grpc @@ -1 +1 @@ -Subproject commit 5cf4b44fff8755edc9bdc46284d6cd270bc4a162 +Subproject commit e9ef11a377c126eda69730aad1698ce2c7ddfe0a diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index 7c5ac56cb..30e0140ed 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.7.2", + "version": "1.7.3", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",