We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27037b commit c16fe4fCopy full SHA for c16fe4f
src/ApiCore/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 API_CORE_VERSION = '0.29.0';
+ const API_CORE_VERSION = '0.30.0';
44
const UNKNOWN_VERSION = '';
45
46
private $metricsHeaders;
0 commit comments