diff --git a/VERSION b/VERSION index 372cf40..50aceaa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/src/StorageClient.php b/src/StorageClient.php index 5b8bf92..b14e52c 100644 --- a/src/StorageClient.php +++ b/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.44.0'; + const VERSION = '1.45.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';