diff --git a/VERSION b/VERSION index 66e2ae6..836ae4e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.1 +1.19.2 diff --git a/src/SpeechClient.php b/src/SpeechClient.php index 624e687..e7251f6 100644 --- a/src/SpeechClient.php +++ b/src/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '1.19.1'; + const VERSION = '1.19.2'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform';