From a990a27f6a2ff02d9744a985ae98ea0537d84559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Tue, 1 Oct 2024 15:50:39 +0200 Subject: [PATCH] chore: bump sdk version (#229) --- src/Unleash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unleash.php b/src/Unleash.php index 323b583..0d92127 100755 --- a/src/Unleash.php +++ b/src/Unleash.php @@ -7,7 +7,7 @@ interface Unleash { - public const string SDK_VERSION = '2.5.2'; + public const string SDK_VERSION = '2.6.0'; public const string SPECIFICATION_VERSION = '5.0.2';