From afe2c754429cecff7002072e8bccd1fada9d65a1 Mon Sep 17 00:00:00 2001
From: getsentry-bot <bot@sentry.io>
Date: Thu, 15 Jun 2023 09:34:49 +0000
Subject: [PATCH] release: 4.9.0

---
 src/SentryBundle.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/SentryBundle.php b/src/SentryBundle.php
index 2619bb59..a4c28271 100644
--- a/src/SentryBundle.php
+++ b/src/SentryBundle.php
@@ -14,7 +14,7 @@ final class SentryBundle extends Bundle
 {
     public const SDK_IDENTIFIER = 'sentry.php.symfony';
 
-    public const SDK_VERSION = '4.8.0';
+    public const SDK_VERSION = '4.9.0';
 
     public function build(ContainerBuilder $container): void
     {