From d8eb611b79cde1016470585a96f47f47d5374a49 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 20 Nov 2024 09:43:49 +0000 Subject: [PATCH] release: 5.1.0 --- src/SentryBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SentryBundle.php b/src/SentryBundle.php index 58ae744f..18a04292 100644 --- a/src/SentryBundle.php +++ b/src/SentryBundle.php @@ -16,7 +16,7 @@ final class SentryBundle extends Bundle { public const SDK_IDENTIFIER = 'sentry.php.symfony'; - public const SDK_VERSION = '5.0.1'; + public const SDK_VERSION = '5.1.0'; public function build(ContainerBuilder $container): void {