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 bc4e23c commit 7e3a05fCopy full SHA for 7e3a05f
VERSION
@@ -1 +1 @@
1
-0.3.1
+0.3.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.3.1';
+ const VERSION = '0.3.2';
13
14
protected $_apiKey;
15
protected $_baseUri;
0 commit comments