From 0d162e2516f8254e821a1376018e1e021f910bff Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 5 Oct 2022 09:35:42 +0000 Subject: [PATCH] release: 3.9.0 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 3972ef6c4..e32472a00 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.8.1'; + public const SDK_VERSION = '3.9.0'; /** * @var Options The client options