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 5d6aa9f commit 502e324Copy full SHA for 502e324
VERSION
@@ -1 +1 @@
1
-0.1.0
+0.2.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.1.0';
+ const VERSION = '0.2.0';
13
14
protected $_apiKey;
15
protected $_baseUri;
0 commit comments