Skip to content

Commit b2928e1

Browse files
committed
Upgrade Storage Major Version
1 parent f47dde8 commit b2928e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Storage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.51.0
1+
2.0.0

Storage/src/StorageClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class StorageClient
4747
use ArrayTrait;
4848
use ClientTrait;
4949

50-
const VERSION = '1.51.0';
50+
const VERSION = '2.0.0';
5151

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"google/cloud-spanner": "2.7.0",
255255
"google/cloud-speech": "2.5.0",
256256
"google/cloud-sql-admin": "1.8.0",
257-
"google/cloud-storage": "1.51.0",
257+
"google/cloud-storage": "2.0.0",
258258
"google/cloud-storage-control": "1.8.0",
259259
"google/cloud-storage-transfer": "2.4.0",
260260
"google/cloud-storagebatchoperations": "0.7.0",

0 commit comments

Comments
 (0)