From 271e03edb82ee42fa2070591f7ab3b49d02921e4 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Tue, 3 Feb 2026 18:06:35 -0600 Subject: [PATCH] Prepare 0.4.3 release. --- src/AiClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AiClient.php b/src/AiClient.php index af58b175..91885536 100644 --- a/src/AiClient.php +++ b/src/AiClient.php @@ -89,7 +89,7 @@ class AiClient /** * @var string The version of the AI Client. */ - public const VERSION = '0.4.2'; + public const VERSION = '0.4.3'; /** * @var ProviderRegistry|null The default provider registry instance.