From 45869a0793d471c2204f731a8ee2f2752df80f62 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 7 Feb 2024 14:40:05 +0100 Subject: [PATCH] Prepare 4.9.0 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index a30e42b8b0..6f3e315df0 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.8.14-DEV'; + public const VERSION = '4.9.0'; public function build(ContainerBuilder $container): void {