From 6ceb5be87004a6e145f2d42871b86dd7f49bbf06 Mon Sep 17 00:00:00 2001 From: David Supplee Date: Wed, 8 Nov 2017 11:10:03 -0500 Subject: [PATCH] Prepare v0.42.0 (#728) --- composer.json | 2 +- docs/manifest.json | 2 ++ src/Language/LanguageClient.php | 2 +- src/Language/VERSION | 2 +- src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 815c544593ee..4628bdbd50f3 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ "google/cloud-error-reporting": "0.6.0", "google/cloud-logging": "1.6.0", "google/cloud-monitoring": "0.6.0", - "google/cloud-language": "0.7.0", + "google/cloud-language": "0.8.0", "google/cloud-pubsub": "0.9.0", "google/cloud-spanner": "0.8.0", "google/cloud-speech": "0.8.0", diff --git a/docs/manifest.json b/docs/manifest.json index 0f2d7c7d6d77..de36a31d251f 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "readme", "versions": [ + "v0.42.0", "v0.41.0", "v0.40.0", "v0.39.2", @@ -191,6 +192,7 @@ "name": "google/cloud-language", "defaultService": "language/languageclient", "versions": [ + "v0.8.0", "v0.7.0", "v0.6.0", "v0.5.0", diff --git a/src/Language/LanguageClient.php b/src/Language/LanguageClient.php index a5ee232e3e59..d650e79a7e5a 100644 --- a/src/Language/LanguageClient.php +++ b/src/Language/LanguageClient.php @@ -43,7 +43,7 @@ class LanguageClient use ClientTrait; use RetryDeciderTrait; - const VERSION = '0.7.0'; + const VERSION = '0.8.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Language/VERSION b/src/Language/VERSION index bcaffe19b5bb..8adc70fdd9d6 100644 --- a/src/Language/VERSION +++ b/src/Language/VERSION @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.8.0 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index f8a0fd775dbb..687e35c494f1 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.41.0'; + const VERSION = '0.42.0'; } diff --git a/src/Version.php b/src/Version.php index 2144da816741..b5b361d157ae 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.41.0'; + const VERSION = '0.42.0'; }