From 0fdcda670e3a2674dfea98253800d213b9cd82ed Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 9 Apr 2024 05:14:27 +0000 Subject: [PATCH] release: 5.0.0 --- src/SentryBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SentryBundle.php b/src/SentryBundle.php index 49264b62..693184e2 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 = '4.14.0'; + public const SDK_VERSION = '5.0.0'; public function build(ContainerBuilder $container): void {