Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/AgentHeaderDescriptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AgentHeaderDescriptor
const AGENT_HEADER_KEY = 'x-goog-api-client';
// TODO(michaelbausor): include bumping this version in a streamlined
// release process. Issue: https://github.com/googleapis/gax-php/issues/48
const GAX_VERSION = '0.22.0';
const GAX_VERSION = '0.22.1';
const UNKNOWN_VERSION = '';

private $metricsHeaders;
Expand Down