diff --git a/packages/grpc-native-core/binding.gyp b/packages/grpc-native-core/binding.gyp index 8dda8422..0c814849 100644 --- a/packages/grpc-native-core/binding.gyp +++ b/packages/grpc-native-core/binding.gyp @@ -91,7 +91,7 @@ 'GPR_BACKWARDS_COMPATIBILITY_MODE', 'GRPC_ARES=1', 'GRPC_UV', - 'GRPC_NODE_VERSION="1.24.0-pre1"', + 'GRPC_NODE_VERSION="1.24.0"', 'CARES_STATICLIB', 'CARES_SYMBOL_HIDING' ], diff --git a/packages/grpc-native-core/deps/grpc b/packages/grpc-native-core/deps/grpc index f703e1c8..16fba7ba 160000 --- a/packages/grpc-native-core/deps/grpc +++ b/packages/grpc-native-core/deps/grpc @@ -1 +1 @@ -Subproject commit f703e1c86c1504d9e48953f8da31f842679b7775 +Subproject commit 16fba7baa0a35d9028f1cd9827c907be7d97269e diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index e9e756bd..b1cac668 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.24.0-pre1", + "version": "1.24.0", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",