Skip to content

Commit

Permalink
Prepare v0.25.1 (googleapis#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored and dwsupplee committed Apr 5, 2017
1 parent 82f319d commit 24a5fab
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,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.25.1",
"v0.25.0",
"v0.24.0",
"v0.23.0",
Expand Down Expand Up @@ -57,6 +58,7 @@
"name": "google/cloud-core",
"defaultService": "core/readme",
"versions": [
"v1.0.1",
"v1.0.0",
"v0.1.0",
"master"
Expand Down
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*/
class ServiceBuilder
{
const VERSION = '0.25.0';
const VERSION = '0.25.1';

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

0 comments on commit 24a5fab

Please sign in to comment.