Skip to content

Commit 2d59760

Browse files
Preparing for release of version 3.5.3
1 parent f9e7ab1 commit 2d59760

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.2
1+
3.5.3

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.2';
16+
const VERSION = '3.5.3';
1717

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

0 commit comments

Comments
 (0)