Skip to content

Commit

Permalink
Prepare v0.88.0 (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored Dec 4, 2018
1 parent 3e6e23c commit 6ebe3eb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
2 changes: 1 addition & 1 deletion Bigtable/src/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;

const VERSION = '0.9.1';
const VERSION = '0.9.2';

/**
* @var GapicClient
Expand Down
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
"google/cloud-asset": "0.1.4",
"google/cloud-bigquery": "1.4.6",
"google/cloud-bigquerydatatransfer": "0.8.3",
"google/cloud-bigtable": "0.9.1",
"google/cloud-bigtable": "0.9.2",
"google/cloud-container": "0.8.0",
"google/cloud-core": "1.24.0",
"google/cloud-dataproc": "0.7.0",
"google/cloud-dataproc": "0.8.0",
"google/cloud-datastore": "1.5.10",
"google/cloud-debugger": "0.16.1",
"google/cloud-dialogflow": "0.5.1",
Expand Down
3 changes: 3 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.88.0",
"v0.87.0",
"v0.86.0",
"v0.85.0",
Expand Down Expand Up @@ -203,6 +204,7 @@
"name": "google/cloud-bigtable",
"defaultService": "bigtable/readme",
"versions": [
"v0.9.2",
"v0.9.1",
"v0.9.0",
"v0.8.0",
Expand Down Expand Up @@ -330,6 +332,7 @@
"name": "google/cloud-dataproc",
"defaultService": "dataproc/readme",
"versions": [
"v0.8.0",
"v0.7.0",
"v0.6.2",
"v0.6.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.87.0';
const VERSION = '0.88.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.87.0';
const VERSION = '0.88.0';
}

0 comments on commit 6ebe3eb

Please sign in to comment.