From bf330edfc32ab434f6b64ee6b4bc63142e9e2f02 Mon Sep 17 00:00:00 2001 From: Rikudou_Sage Date: Fri, 19 Jan 2024 14:21:05 +0100 Subject: [PATCH] Chore: Increase version before release (#196) --- src/Unleash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unleash.php b/src/Unleash.php index 53e1dc01..e1e4cceb 100755 --- a/src/Unleash.php +++ b/src/Unleash.php @@ -7,7 +7,7 @@ interface Unleash { - public const SDK_VERSION = '2.2.0'; + public const SDK_VERSION = '2.3.0'; public function isEnabled(string $featureName, ?Context $context = null, bool $default = false): bool;