Skip to content

Commit

Permalink
Prepare v0.54.0 (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored Feb 15, 2018
1 parent 53457c2 commit 5a99a99
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.4.0';
const VERSION = '0.5.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.4.0
0.5.0

0 comments on commit 5a99a99

Please sign in to comment.