Skip to content

Commit c642f11

Browse files
Bump version to 0.9.0 for release (#65)
1 parent 15ee3c0 commit c642f11

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
@@ -40,7 +40,7 @@ class AgentHeaderDescriptor
4040
const AGENT_HEADER_KEY = 'x-goog-api-client';
4141
// TODO(michaelbausor): include bumping this version in a streamlined
4242
// release process. Issue: https://github.com/googleapis/gax-php/issues/48
43-
const GAX_VERSION = '0.8.1';
43+
const GAX_VERSION = '0.9.0';
4444
const UNKNOWN_VERSION = '';
4545

4646
private $metricsHeaders;

0 commit comments

Comments
 (0)