diff --git a/src/Unleash.php b/src/Unleash.php index 57bd8859..6c97469b 100755 --- a/src/Unleash.php +++ b/src/Unleash.php @@ -7,7 +7,7 @@ interface Unleash { - public const SDK_VERSION = '1.2.4'; + public const SDK_VERSION = '1.2.5'; public function isEnabled(string $featureName, ?Context $context = null, bool $default = false): bool;