Skip to content

Commit 9fbd54c

Browse files
committed
Bump version to 0.4.0
1 parent 91479bc commit 9fbd54c

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.3.2
1+
0.4.0

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

1414
protected $_apiKey;
1515
protected $_baseUri;

0 commit comments

Comments
 (0)