Skip to content

Commit

Permalink
chore: bumps advertised client spec version to 5.0.2 to match submodu…
Browse files Browse the repository at this point in the history
…le (#223)
  • Loading branch information
sighphyre authored Jul 29, 2024
1 parent f178a77 commit 29dd85d
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 @@ -9,7 +9,7 @@ interface Unleash
{
public const string SDK_VERSION = '2.5.1';

public const string SPECIFICATION_VERSION = '4.3.2';
public const string SPECIFICATION_VERSION = '5.0.2';

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

Expand Down

0 comments on commit 29dd85d

Please sign in to comment.