From bf049e69863465f2e0ba2555dbb5224641a37d67 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 11 Jan 2024 14:55:45 +0000 Subject: [PATCH] release: 4.13.2 --- src/SentryBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SentryBundle.php b/src/SentryBundle.php index b084c7df..aacd5126 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.13.1'; + public const SDK_VERSION = '4.13.2'; public function build(ContainerBuilder $container): void {