Skip to content

Commit

Permalink
chore(main): release 0.194.0 (#5593)
Browse files Browse the repository at this point in the history
* chore(main): release 0.28.0

* chore(main): release 0.28.0

* correct umbrella version

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: David Supplee <[email protected]>
  • Loading branch information
release-please[bot] and dwsupplee authored Dec 7, 2022
1 parent a7b7e3a commit afebe49
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.29.0
1.30.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.29.0';
const VERSION = '1.30.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 afebe49

Please sign in to comment.