Skip to content

Commit

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

* Add Speech to release
  • Loading branch information
jdpedrie authored and dwsupplee committed Mar 28, 2018
1 parent a56a1d1 commit 5b147b3
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.5.0
0.6.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.5.0';
const VERSION = '0.6.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 5b147b3

Please sign in to comment.