Skip to content

Commit 1b05dd9

Browse files
committed
Bump version to 0.4.2
1 parent b57de55 commit 1b05dd9

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.1
1+
0.4.2

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
class LDClient {
1111
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
12-
const VERSION = '0.4.1';
12+
const VERSION = '0.4.2';
1313

1414
protected $_apiKey;
1515
protected $_baseUri;

0 commit comments

Comments
 (0)