Skip to content

Commit

Permalink
Increase version before release
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Jan 12, 2024
1 parent 54b8403 commit 8d9af1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Unleash.php
Expand Up @@ -7,7 +7,7 @@

interface Unleash
{
public const SDK_VERSION = '1.13.0';
public const SDK_VERSION = '1.13.1';

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

Expand Down

0 comments on commit 8d9af1d

Please sign in to comment.