Skip to content

Commit

Permalink
Prepare v0.26.0 (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored Apr 7, 2017
1 parent 705f682 commit 2b84820
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 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.26.0",
"v0.25.1",
"v0.25.0",
"v0.24.0",
Expand Down Expand Up @@ -58,6 +59,7 @@
"name": "google/cloud-core",
"defaultService": "core/readme",
"versions": [
"v1.1.0",
"v1.0.1",
"v1.0.0",
"v0.1.0",
Expand Down Expand Up @@ -107,6 +109,7 @@
"name": "google/cloud-language",
"defaultService": "language/languageclient",
"versions": [
"v0.3.0",
"v0.2.0",
"v0.1.0",
"master"
Expand All @@ -117,6 +120,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v0.3.0",
"v0.2.0",
"v0.1.0",
"master"
Expand Down
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0
2 changes: 1 addition & 1 deletion src/Language/LanguageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class LanguageClient
use ClientTrait;
use RetryDeciderTrait;

const VERSION = '0.2.0';
const VERSION = '0.3.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
2 changes: 1 addition & 1 deletion src/Language/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion src/PubSub/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;

const VERSION = '0.2.0';
const VERSION = '0.3.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub';

Expand Down
2 changes: 1 addition & 1 deletion src/PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*/
class ServiceBuilder
{
const VERSION = '0.25.1';
const VERSION = '0.26.0';

/**
* @var array Configuration options to be used between clients.
Expand Down

0 comments on commit 2b84820

Please sign in to comment.