Skip to content

Commit dd818c1

Browse files
authored
Increase version before release (#65)
1 parent c988286 commit dd818c1

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.3.0';
10+
public const SDK_VERSION = '1.3.1';
1111

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

0 commit comments

Comments
 (0)