Skip to content

Commit

Permalink
Prepare v0.62.0 (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored Apr 30, 2018
1 parent 1d7e823 commit 58d0125
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.7.0
0.8.0
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.7.0';
const VERSION = '0.8.0';
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 58d0125

Please sign in to comment.