Skip to content

Commit

Permalink
Prepare v0.85.0 (#1394)
Browse files Browse the repository at this point in the history
* Prepare v0.85.0

* Update bigtable client version constant
  • Loading branch information
jdpedrie authored and dwsupplee committed Nov 5, 2018
1 parent d712598 commit 33d784c
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.8.0
2 changes: 1 addition & 1 deletion Bigtable/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"id": "cloud-bigtable",
"target": "googleapis/google-cloud-php-bigtable.git",
"path": "Bigtable",
"entry": null
"entry": "src/BigtableClient.php"
}
},
"autoload": {
Expand Down
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.5.3';
const VERSION = '0.8.0';

/**
* @var GapicClient
Expand Down
2 changes: 1 addition & 1 deletion Container/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.6.3
2 changes: 1 addition & 1 deletion Debugger/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.2
0.15.0
2 changes: 1 addition & 1 deletion Debugger/src/DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '0.14.2';
const VERSION = '0.15.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"google/cloud-asset": "0.1.3",
"google/cloud-bigquery": "1.4.6",
"google/cloud-bigquerydatatransfer": "0.8.2",
"google/cloud-bigtable": "0.7.1",
"google/cloud-container": "0.6.2",
"google/cloud-bigtable": "0.8.0",
"google/cloud-container": "0.6.3",
"google/cloud-core": "1.23.8",
"google/cloud-dataproc": "0.6.2",
"google/cloud-datastore": "1.5.10",
"google/cloud-debugger": "0.14.2",
"google/cloud-debugger": "0.15.0",
"google/cloud-dialogflow": "0.4.0",
"google/cloud-dlp": "0.15.0",
"google/cloud-error-reporting": "0.12.1",
Expand Down
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.85.0",
"v0.84.1",
"v0.84.0",
"v0.83.0",
Expand Down Expand Up @@ -198,6 +199,7 @@
"name": "google/cloud-bigtable",
"defaultService": "bigtable/readme",
"versions": [
"v0.8.0",
"v0.7.1",
"v0.7.0",
"v0.6.1",
Expand Down Expand Up @@ -227,6 +229,7 @@
"name": "google/cloud-container",
"defaultService": "container/readme",
"versions": [
"v0.6.3",
"v0.6.2",
"v0.6.1",
"v0.6.0",
Expand Down Expand Up @@ -379,6 +382,7 @@
"name": "google/cloud-debugger",
"defaultService": "debugger/debuggerclient",
"versions": [
"v0.15.0",
"v0.14.2",
"v0.14.1",
"v0.14.0",
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.84.1';
const VERSION = '0.85.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.84.1';
const VERSION = '0.85.0';
}

0 comments on commit 33d784c

Please sign in to comment.