From 29dd85d92ac68175995324e64d284d0dbb09d7b8 Mon Sep 17 00:00:00 2001 From: Simon Hornby Date: Mon, 29 Jul 2024 09:10:56 +0200 Subject: [PATCH] chore: bumps advertised client spec version to 5.0.2 to match submodule (#223) --- src/Unleash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unleash.php b/src/Unleash.php index f786faea..6b0f826e 100755 --- a/src/Unleash.php +++ b/src/Unleash.php @@ -9,7 +9,7 @@ interface Unleash { public const string SDK_VERSION = '2.5.1'; - public const string SPECIFICATION_VERSION = '4.3.2'; + public const string SPECIFICATION_VERSION = '5.0.2'; public function isEnabled(string $featureName, ?Context $context = null, bool $default = false): bool;