From 83e8beac404f38d2e869da4c3fbb7bdf96193f77 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 13:22:22 -0700 Subject: [PATCH] chore(main): release 0.188.0 (#5448) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- VERSION | 2 +- src/StorageClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index cfc7307..450a687 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.28.0 +1.28.1 diff --git a/src/StorageClient.php b/src/StorageClient.php index e907ee1..109d5d8 100644 --- a/src/StorageClient.php +++ b/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.28.0'; + const VERSION = '1.28.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';