Skip to content

Commit 53d6e35

Browse files
committed
Bump version to 0.4.1
1 parent 5b01871 commit 53d6e35

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.0
1+
0.4.1

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.0';
12+
const VERSION = '0.4.1';
1313

1414
protected $_apiKey;
1515
protected $_baseUri;

0 commit comments

Comments
 (0)