Skip to content

Commit 69acebc

Browse files
Bump GAX version to 0.7.0 for release (#59)
1 parent c591a8b commit 69acebc

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.7.0-dev';
45+
const GAX_VERSION = '0.7.0';
4646

4747
private $clientName;
4848
private $clientVersion;

0 commit comments

Comments
 (0)