Skip to content

Commit 5535fac

Browse files
committed
Increase version number
1 parent c538c7c commit 5535fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Unleash.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
interface Unleash
99
{
10-
public const SDK_VERSION = '1.1.1';
10+
public const SDK_VERSION = '1.2.0';
1111

1212
public function isEnabled(string $featureName, ?Context $context = null, bool $default = false): bool;
1313

0 commit comments

Comments
 (0)