From 3cf5778ff425a23f2d22ed41b423691d36f47163 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 5 Jun 2024 13:18:43 +0000 Subject: [PATCH] release: 4.8.0 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index b2dd5226b..20a920383 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.7.0'; + public const SDK_VERSION = '4.8.0'; /** * @var Options The client options