Skip to content

Commit

Permalink
Increase version number (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage authored Dec 10, 2021
1 parent e428819 commit 1c1e605
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 SDK_VERSION = '1.2.2';
public const SDK_VERSION = '1.2.3';

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

Expand Down

0 comments on commit 1c1e605

Please sign in to comment.