Skip to content

Commit

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

* Patch error-reporting
  • Loading branch information
jdpedrie authored Mar 28, 2018
1 parent be4ce7f commit 92cd930
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
2 changes: 1 addition & 1 deletion ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
},
"replace": {
"google/cloud-bigquery": "1.1.0",
"google/cloud-bigquerydatatransfer": "0.3.0",
"google/cloud-bigquerydatatransfer": "0.3.1",
"google/cloud-bigtable": "0.3.0",
"google/cloud-container": "0.3.0",
"google/cloud-core": "1.19.0",
"google/cloud-dataproc": "0.3.0",
"google/cloud-datastore": "1.4.0",
"google/cloud-dlp": "0.7.0",
"google/cloud-error-reporting": "0.9.0",
"google/cloud-error-reporting": "0.9.1",
"google/cloud-firestore": "0.6.0",
"google/cloud-language": "0.13.0",
"google/cloud-logging": "1.10.0",
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.58.1",
"v0.58.0",
"v0.57.1",
"v0.57.0",
Expand Down Expand Up @@ -118,6 +119,7 @@
"name": "google/cloud-bigquerydatatransfer",
"defaultService": "bigquerydatatransfer/readme",
"versions": [
"v0.3.1",
"v0.3.0",
"master"
]
Expand Down Expand Up @@ -272,6 +274,7 @@
"name": "google/cloud-error-reporting",
"defaultService": "errorreporting/readme",
"versions": [
"v0.9.1",
"v0.9.0",
"v0.8.4",
"v0.8.3",
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.58.0';
const VERSION = '0.58.1';
}
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.58.0';
const VERSION = '0.58.1';
}

0 comments on commit 92cd930

Please sign in to comment.