Skip to content

Commit

Permalink
Prepare v0.66.1 (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored and dwsupplee committed May 25, 2018
1 parent 78196c4 commit 78eb0ca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.5.0';
const VERSION = '1.5.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"google/cloud-oslogin": "0.4.0",
"google/cloud-pubsub": "1.2.0",
"google/cloud-redis": "0.2.0",
"google/cloud-spanner": "1.5.0",
"google/cloud-spanner": "1.5.1",
"google/cloud-speech": "0.14.0",
"google/cloud-storage": "1.5.0",
"google/cloud-trace": "0.8.0",
Expand Down
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.66.1",
"v0.66.0",
"v0.65.0",
"v0.64.0",
Expand Down Expand Up @@ -587,6 +588,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.5.1",
"v1.5.0",
"v1.4.1",
"v1.4.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.66.0';
const VERSION = '0.66.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.66.0';
const VERSION = '0.66.1';
}

0 comments on commit 78eb0ca

Please sign in to comment.