Skip to content

Commit e9e49fd

Browse files
jdpedriemichaelbausor
authored andcommitted
Prepare v0.30.3 (#190)
1 parent 74769e3 commit e9e49fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": ">=5.5",
1010
"google/auth": "^1.2.0",
1111
"grpc/grpc": "^1.4",
12-
"google/protobuf": "^3.5.1",
12+
"google/protobuf": "3.5.*",
1313
"guzzlehttp/promises": "^1.3",
1414
"guzzlehttp/psr7": "^1.2"
1515
},

src/ApiCore/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 API_CORE_VERSION = '0.30.2';
43+
const API_CORE_VERSION = '0.30.3';
4444
const UNKNOWN_VERSION = '';
4545

4646
private $metricsHeaders;

0 commit comments

Comments
 (0)