Skip to content

Commit

Permalink
Prepare v0.57.1 (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored Mar 21, 2018
1 parent 4d2dbc7 commit a58c0c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"name": "google/cloud",
"defaultService": "readme",
"versions": [
"v0.57.1",
"v0.57.0",
"v0.56.0",
"v0.55.0",
"v0.54.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.56.0';
const VERSION = '0.57.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.56.0';
const VERSION = '0.57.1';
}

0 comments on commit a58c0c6

Please sign in to comment.