Skip to content

Commit

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

* Update bigtable client version constant
  • Loading branch information
jdpedrie authored and dwsupplee committed Nov 5, 2018
1 parent c191193 commit bb67673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.2
0.15.0
2 changes: 1 addition & 1 deletion src/DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '0.14.2';
const VERSION = '0.15.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';
Expand Down

0 comments on commit bb67673

Please sign in to comment.