From 55106fa154cd73d9b81fdc3062fa2f0d07e544de Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Fri, 6 Apr 2018 11:57:44 -0700 Subject: [PATCH] Update v1.11.x to v1.11.0-pre1 for real this time with bugfixes --- 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 98c1017f..1834a628 160000 --- a/packages/grpc-native-core/deps/grpc +++ b/packages/grpc-native-core/deps/grpc @@ -1 +1 @@ -Subproject commit 98c1017fd9f155aad13c3b86e8f17a456c9512e8 +Subproject commit 1834a628782ec867279622644a5953987aa96d38 diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index db5fb5a0..41ded0b1 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.11.0-dev", + "version": "1.11.0-pre1", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",