From 30d98a460ab10f7b7032d76c62da5b1ce6c0765d Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 13 Feb 2024 11:32:56 +0000 Subject: [PATCH] release: 4.6.0 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index b324f20b8..5556575a5 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.5.0'; + public const SDK_VERSION = '4.6.0'; /** * @var Options The client options