Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.51.0
2.0.0
2 changes: 1 addition & 1 deletion Storage/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.51.0';
const VERSION = '2.0.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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"google/cloud-spanner": "2.7.0",
"google/cloud-speech": "2.5.0",
"google/cloud-sql-admin": "1.8.0",
"google/cloud-storage": "1.51.0",
"google/cloud-storage": "2.0.0",
"google/cloud-storage-control": "1.8.0",
"google/cloud-storage-transfer": "2.4.0",
"google/cloud-storagebatchoperations": "0.7.0",
Expand Down
Loading