Skip to content

Commit

Permalink
chore: release 0.117.0 (#2432)
Browse files Browse the repository at this point in the history
* updated Spanner/VERSION [ci skip]

* updated Spanner/src/SpannerClient.php [ci skip]

* updated Storage/VERSION [ci skip]

* updated Storage/src/StorageClient.php [ci skip]

* updated Talent/VERSION [ci skip]

* updated Tasks/VERSION [ci skip]

* updated composer.json [ci skip]

* updated docs/manifest.json [ci skip]

* updated CHANGELOG.md [ci skip]

* updated src/Version.php [ci skip]

* updated src/ServiceBuilder.php [ci skip]
  • Loading branch information
yoshi-automation authored and busunkim96 committed Nov 12, 2019
1 parent 2dfa582 commit 308ad79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.16.0
2 changes: 1 addition & 1 deletion src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.15.0';
const VERSION = '1.16.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
Expand Down

0 comments on commit 308ad79

Please sign in to comment.