From 8e805d89ebbd1016cb618a086ba7709e15b3d665 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Mon, 13 May 2024 10:52:58 +0200 Subject: [PATCH] Bump reported version --- src/ConfigCatClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ConfigCatClient.php b/src/ConfigCatClient.php index 1698586..7e6f262 100644 --- a/src/ConfigCatClient.php +++ b/src/ConfigCatClient.php @@ -30,7 +30,7 @@ */ final class ConfigCatClient implements ClientInterface { - public const SDK_VERSION = '9.1.1'; + public const SDK_VERSION = '9.2.0'; private const CONFIG_JSON_CACHE_VERSION = 'v2'; private InternalLogger $logger;