Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit b7853e7

Browse files
alexander-fensterJustinBeckwith
authored andcommitted
feat: restoring v2beta2 by default (#71)
1 parent fcb6358 commit b7853e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const gapic = Object.freeze({
7979
* @property {constructor} CloudTasksClient
8080
* Reference to {@link v2beta3.CloudTasksClient}
8181
*/
82-
module.exports = gapic.v2beta3;
82+
module.exports = gapic.v2beta2;
8383

8484
/**
8585
* @type {object}

0 commit comments

Comments
 (0)