From 0767987800d3cc9eed1e48eeda3bfc985a5a0a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Chr=C3=A1steck=C3=BD?= Date: Thu, 10 Feb 2022 14:11:11 +0100 Subject: [PATCH] Increase version before new release (#51) --- src/Unleash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unleash.php b/src/Unleash.php index 57bd8859..6c97469b 100755 --- a/src/Unleash.php +++ b/src/Unleash.php @@ -7,7 +7,7 @@ interface Unleash { - public const SDK_VERSION = '1.2.4'; + public const SDK_VERSION = '1.2.5'; public function isEnabled(string $featureName, ?Context $context = null, bool $default = false): bool;