Skip to content

Commit

Permalink
Chore: Increase version (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage authored Jul 18, 2024
1 parent 35829b1 commit e70f9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Unleash.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

interface Unleash
{
public const string SDK_VERSION = '2.4.1';
public const string SDK_VERSION = '2.5.0';

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

Expand Down

0 comments on commit e70f9eb

Please sign in to comment.