Skip to content

Commit

Permalink
increase ServiceBuilder version for v0.29.0 release (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored May 18, 2017
1 parent f78600b commit 452e730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 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.29.0",
"v0.28.0",
"v0.27.0",
"v0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
class ServiceBuilder
{
const VERSION = '0.28.0';
const VERSION = '0.29.0';

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

0 comments on commit 452e730

Please sign in to comment.