From be9d93e5aed6a76a98dc980ae9e6fb56a29083b1 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 1 Aug 2023 13:42:19 +0000 Subject: [PATCH] release: 4.10.0 --- src/SentryBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SentryBundle.php b/src/SentryBundle.php index 45e57eff..ce44e51f 100644 --- a/src/SentryBundle.php +++ b/src/SentryBundle.php @@ -15,7 +15,7 @@ final class SentryBundle extends Bundle { public const SDK_IDENTIFIER = 'sentry.php.symfony'; - public const SDK_VERSION = '4.9.2'; + public const SDK_VERSION = '4.10.0'; public function build(ContainerBuilder $container): void {