diff --git a/VERSION b/VERSION index d19d089..71bd5d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.0 \ No newline at end of file +1.16.0 \ No newline at end of file diff --git a/src/StorageClient.php b/src/StorageClient.php index 448f8a3..727717c 100644 --- a/src/StorageClient.php +++ b/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.15.0'; + const VERSION = '1.16.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';