From d858b32e0f9733f41dab847a0dc8c8198ba17d8b Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 19 Dec 2023 16:43:17 +0000 Subject: [PATCH] release: 4.2.0 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index f3c10ca04..88a0c50d3 100644 --- a/src/Client.php +++ b/src/Client.php @@ -34,7 +34,7 @@ final class Client implements ClientInterface /** * The version of the SDK. */ - public const SDK_VERSION = '4.1.0'; + public const SDK_VERSION = '4.2.0'; /** * @var Options The client options