From d206816fabd7a0570e905fbf7293c85de5118e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Chr=C3=A1steck=C3=BD?= Date: Sun, 12 Jun 2022 15:15:02 +0200 Subject: [PATCH] Chore: Increase version before release (#95) --- src/Unleash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unleash.php b/src/Unleash.php index 59ba454c..9c888ade 100755 --- a/src/Unleash.php +++ b/src/Unleash.php @@ -7,7 +7,7 @@ interface Unleash { - public const SDK_VERSION = '1.5.3'; + public const SDK_VERSION = '1.5.4'; public function isEnabled(string $featureName, ?Context $context = null, bool $default = false): bool;