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 816506e commit b83b643Copy full SHA for b83b643
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.20.0';
+ const GAX_VERSION = '0.20.1';
44
const UNKNOWN_VERSION = '';
45
46
private $metricsHeaders;
0 commit comments