We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ee3c0 commit c642f11Copy full SHA for c642f11
src/AgentHeaderDescriptor.php
@@ -40,7 +40,7 @@ class AgentHeaderDescriptor
40
const AGENT_HEADER_KEY = 'x-goog-api-client';
41
// TODO(michaelbausor): include bumping this version in a streamlined
42
// release process. Issue: https://github.com/googleapis/gax-php/issues/48
43
- const GAX_VERSION = '0.8.1';
+ const GAX_VERSION = '0.9.0';
44
const UNKNOWN_VERSION = '';
45
46
private $metricsHeaders;
0 commit comments