Skip to content

Commit

Permalink
Prepare v0.59.0 (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored Apr 3, 2018
1 parent 436a585 commit c3d7c1a
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.6.0
0.6.1
2 changes: 1 addition & 1 deletion src/DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '0.6.0';
const VERSION = '0.6.1';
const DEFAULT_AGENT_VERSION = 'google.com/gcp-php/v0.1';

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

0 comments on commit c3d7c1a

Please sign in to comment.