diff --git a/Speech/VERSION b/Speech/VERSION index d61567cd134a..51de3305bb38 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -0.12.3 \ No newline at end of file +0.13.0 \ No newline at end of file diff --git a/Speech/src/SpeechClient.php b/Speech/src/SpeechClient.php index 5ac45f21be24..a571d3869411 100644 --- a/Speech/src/SpeechClient.php +++ b/Speech/src/SpeechClient.php @@ -43,7 +43,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.12.3'; + const VERSION = '0.13.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/composer.json b/composer.json index 4cef545ddd3c..5e3fd503fd8b 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@ "google/cloud-oslogin": "0.3.3", "google/cloud-pubsub": "1.1.3", "google/cloud-spanner": "1.4.0", - "google/cloud-speech": "0.12.3", + "google/cloud-speech": "0.13.0", "google/cloud-storage": "1.4.0", "google/cloud-trace": "0.7.3", "google/cloud-translate": "1.2.0", diff --git a/docs/manifest.json b/docs/manifest.json index 50aa8b8b7073..477bdbead690 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.63.0", "v0.62.0", "v0.61.0", "v0.60.0", @@ -576,6 +577,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.13.0", "v0.12.3", "v0.12.2", "v0.12.1", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index c182241b7891..fa25f441d25f 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.62.0'; + const VERSION = '0.63.0'; } diff --git a/src/Version.php b/src/Version.php index 5b18cfa26237..80b3131f0a1b 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.62.0'; + const VERSION = '0.63.0'; }