Skip to content

Commit

Permalink
Prepare v0.63.0 (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored May 2, 2018
1 parent eb55c9b commit be34cf6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.3
0.13.0
2 changes: 1 addition & 1 deletion Speech/src/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.63.0",
"v0.62.0",
"v0.61.0",
"v0.60.0",
Expand Down Expand Up @@ -576,6 +577,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.13.0",
"v0.12.3",
"v0.12.2",
"v0.12.1",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.62.0';
const VERSION = '0.63.0';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.62.0';
const VERSION = '0.63.0';
}

0 comments on commit be34cf6

Please sign in to comment.