Skip to content

Commit 41fd3d3

Browse files
Preparing for release of version 3.5.2
1 parent ba702be commit 41fd3d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1
1+
3.5.2

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class LDClient
1313
{
1414
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
1515
const DEFAULT_EVENTS_URI = 'https://events.launchdarkly.com';
16-
const VERSION = '3.5.0';
16+
const VERSION = '3.5.2';
1717

1818
/** @var string */
1919
protected $_sdkKey;

0 commit comments

Comments
 (0)