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 b8eefa1 commit af761fdCopy full SHA for af761fd
VERSION
@@ -1 +1 @@
1
-0.4.2
+0.5.0
src/LaunchDarkly/LDClient.php
@@ -8,7 +8,7 @@
8
*/
9
class LDClient {
10
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
11
- const VERSION = '0.4.2';
+ const VERSION = '0.5.0';
12
13
protected $_apiKey;
14
protected $_baseUri;
0 commit comments