Skip to content

Commit 10f0ca2

Browse files
Bump version to 0.5.0 for release (#49)
1 parent 93d2939 commit 10f0ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AgentHeaderDescriptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class AgentHeaderDescriptor
4242
const AGENT_HEADER_KEY = 'x-goog-api-client';
4343
// TODO(michaelbausor): include bumping this version in a streamlined
4444
// release process. Issue: https://github.com/googleapis/gax-php/issues/48
45-
const GAX_VERSION = '0.5.0-dev';
45+
const GAX_VERSION = '0.5.0';
4646

4747
private $clientName;
4848
private $clientVersion;

0 commit comments

Comments
 (0)