Skip to content

Commit

Permalink
Prepare v0.51.0 (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored Jan 12, 2018
1 parent 988cba8 commit a02e73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '0.1.0';
const VERSION = '0.2.0';
const DEFAULT_AGENT_VERSION = 'google.com/gcp-php/v0.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0

0 comments on commit a02e73c

Please sign in to comment.