diff --git a/src/Unleash.php b/src/Unleash.php index b225bcf..9cc2dd8 100755 --- a/src/Unleash.php +++ b/src/Unleash.php @@ -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;