Skip to content

Commit 502e324

Browse files
committed
Bump version
1 parent 5d6aa9f commit 502e324

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-
0.1.0
1+
0.2.0

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
class LDClient {
1111
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
12-
const VERSION = '0.1.0';
12+
const VERSION = '0.2.0';
1313

1414
protected $_apiKey;
1515
protected $_baseUri;

0 commit comments

Comments
 (0)