Skip to content

Commit bede224

Browse files
Bump version to 0.6.0 for release (#53)
1 parent 61af950 commit bede224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AgentHeaderDescriptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class AgentHeaderDescriptor
4242
const AGENT_HEADER_KEY = 'x-goog-api-client';
4343
// TODO(michaelbausor): include bumping this version in a streamlined
4444
// release process. Issue: https://github.com/googleapis/gax-php/issues/48
45-
const GAX_VERSION = '0.6.0-dev';
45+
const GAX_VERSION = '0.6.0';
4646

4747
private $clientName;
4848
private $clientVersion;

0 commit comments

Comments
 (0)