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';