From e70f9ebbfa7fee93d0d47ef7751603116eca8594 Mon Sep 17 00:00:00 2001 From: Rikudou_Sage Date: Thu, 18 Jul 2024 13:19:53 +0200 Subject: [PATCH] Chore: Increase version (#216) --- src/Unleash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unleash.php b/src/Unleash.php index b225bcf8..9cc2dd88 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;