From 6335b63e0c5e3d0def0f21e43ea34d55576cab5d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 09:50:41 -0700 Subject: [PATCH] chore(main): release 0.221.0 (#6655) --- VERSION | 2 +- src/SpeechClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 63e799c..a4cc557 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.14.1 +1.14.2 diff --git a/src/SpeechClient.php b/src/SpeechClient.php index 4a3048f..7fa67e0 100644 --- a/src/SpeechClient.php +++ b/src/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '1.14.1'; + const VERSION = '1.14.2'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform';