Skip to content

Commit

Permalink
Change GAPIC version back to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swcloud committed Jun 30, 2017
1 parent c94df10 commit 769f61c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/language/src/v1/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function v1(options) {
return languageServiceClient(gaxGrpc);
}

v1.GAPIC_VERSION = '0.11.0';
v1.GAPIC_VERSION = '0.7.1';
v1.SERVICE_ADDRESS = languageServiceClient.SERVICE_ADDRESS;
v1.ALL_SCOPES = languageServiceClient.ALL_SCOPES;

module.exports = v1;
module.exports = v1;
4 changes: 2 additions & 2 deletions packages/language/src/v1beta2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function v1beta2(options) {
return languageServiceClient(gaxGrpc);
}

v1beta2.GAPIC_VERSION = '0.11.0';
v1beta2.GAPIC_VERSION = '0.7.1';
v1beta2.SERVICE_ADDRESS = languageServiceClient.SERVICE_ADDRESS;
v1beta2.ALL_SCOPES = languageServiceClient.ALL_SCOPES;

module.exports = v1beta2;
module.exports = v1beta2;

0 comments on commit 769f61c

Please sign in to comment.