From 25a1d6638c2784b0a1086d9e04d89638a16bf607 Mon Sep 17 00:00:00 2001 From: Rikudou_Sage Date: Thu, 23 Jan 2025 14:51:20 +0100 Subject: [PATCH] Chore: Increase version before release (#234) --- src/Unleash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unleash.php b/src/Unleash.php index 0d92127..715f8bc 100755 --- a/src/Unleash.php +++ b/src/Unleash.php @@ -7,7 +7,7 @@ interface Unleash { - public const string SDK_VERSION = '2.6.0'; + public const string SDK_VERSION = '2.6.1'; public const string SPECIFICATION_VERSION = '5.0.2';