From 6c17890bfc65aa7e2ee33ee505231e6660778cc5 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 7 Sep 2023 14:41:20 +0000 Subject: [PATCH] release: 4.11.0 --- src/SentryBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SentryBundle.php b/src/SentryBundle.php index ce44e51f..2ab1250c 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.10.0'; + public const SDK_VERSION = '4.11.0'; public function build(ContainerBuilder $container): void {