From 2af937d47d8aadb8dab0b1d7b9557e495dd12856 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 6 Nov 2024 07:44:19 +0000 Subject: [PATCH] release: 4.10.0 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 02757beeb..0fb96d986 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.9.0'; + public const SDK_VERSION = '4.10.0'; /** * @var Options The client options