From e9b6d6039d910d7afc0e1d5dfea4bac371531d9d Mon Sep 17 00:00:00 2001 From: Simon Hornby Date: Wed, 24 Jul 2024 15:54:53 +0200 Subject: [PATCH] chore: bump version to 2.5.1 (#219) --- src/Unleash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unleash.php b/src/Unleash.php index 9cc2dd8..5dfc243 100755 --- a/src/Unleash.php +++ b/src/Unleash.php @@ -7,7 +7,7 @@ interface Unleash { - public const string SDK_VERSION = '2.5.0'; + public const string SDK_VERSION = '2.5.1'; public function isEnabled(string $featureName, ?Context $context = null, bool $default = false): bool;