From 624aafc22b84b089ffa43b71fb01e0096505ec4f Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 31 Jul 2023 15:31:24 +0000 Subject: [PATCH] release: 3.21.0 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 15aba1ca7..3d0b6d305 100644 --- a/src/Client.php +++ b/src/Client.php @@ -35,7 +35,7 @@ final class Client implements ClientInterface /** * The version of the SDK. */ - public const SDK_VERSION = '3.20.1'; + public const SDK_VERSION = '3.21.0'; /** * @var Options The client options