From d6769b2a5e6bf19ed3bbfbf52328ceaf8e6fcb1f Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 10 Apr 2024 13:22:13 +0000 Subject: [PATCH] release: 4.7.0 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 406721f37..b2dd5226b 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.6.1'; + public const SDK_VERSION = '4.7.0'; /** * @var Options The client options