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 03c03dd commit dac0789Copy full SHA for dac0789
VERSION
@@ -1 +1 @@
1
-0.2.0
+0.3.0
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.2.0';
+ const VERSION = '0.3.0';
13
14
protected $_apiKey;
15
protected $_baseUri;
0 commit comments