From 0e923858d6adc147bdf529fab3934c7abdf5d7a7 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 5 Dec 2023 13:01:15 +0000 Subject: [PATCH] release: 4.13.0 --- src/SentryBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SentryBundle.php b/src/SentryBundle.php index c3f2a86f..66e7b8e2 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.12.0'; + public const SDK_VERSION = '4.13.0'; public function build(ContainerBuilder $container): void {