Skip to content

Commit af761fd

Browse files
committed
Bump version to 0.5.0
1 parent b8eefa1 commit af761fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2
1+
0.5.0

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
class LDClient {
1010
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
11-
const VERSION = '0.4.2';
11+
const VERSION = '0.5.0';
1212

1313
protected $_apiKey;
1414
protected $_baseUri;

0 commit comments

Comments
 (0)