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 ba702be commit 41fd3d3Copy full SHA for 41fd3d3
VERSION
@@ -1 +1 @@
1
-3.5.1
+3.5.2
src/LaunchDarkly/LDClient.php
@@ -13,7 +13,7 @@ class LDClient
13
{
14
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
15
const DEFAULT_EVENTS_URI = 'https://events.launchdarkly.com';
16
- const VERSION = '3.5.0';
+ const VERSION = '3.5.2';
17
18
/** @var string */
19
protected $_sdkKey;
0 commit comments