Skip to content

Commit

Permalink
Chore: Increase version before release (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Nov 27, 2023
1 parent fea0be6 commit 102057f
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 = '2.1.0';
public const SDK_VERSION = '2.2.0';

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

Expand Down

0 comments on commit 102057f

Please sign in to comment.