From 95a428a59ebddf786a27f09d19ec395a32f62082 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 23 Jan 2024 09:49:55 +0000 Subject: [PATCH] release: 4.4.0 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 4a1a5d229..c97f7eb3a 100644 --- a/src/Client.php +++ b/src/Client.php @@ -32,7 +32,7 @@ class Client implements ClientInterface /** * The version of the SDK. */ - public const SDK_VERSION = '4.3.1'; + public const SDK_VERSION = '4.4.0'; /** * @var Options The client options