diff --git a/VERSION b/VERSION index 021b2b8..6e567fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.41.3 +1.41.4 diff --git a/src/StorageClient.php b/src/StorageClient.php index b4945a6..b08d079 100644 --- a/src/StorageClient.php +++ b/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.41.3'; + const VERSION = '1.41.4'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';