We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57de55 commit 1b05dd9Copy full SHA for 1b05dd9
VERSION
@@ -1 +1 @@
1
-0.4.1
+0.4.2
src/LaunchDarkly/LDClient.php
@@ -9,7 +9,7 @@
9
*/
10
class LDClient {
11
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
12
- const VERSION = '0.4.1';
+ const VERSION = '0.4.2';
13
14
protected $_apiKey;
15
protected $_baseUri;
0 commit comments