From 374d42a27f9dbf19bb1c4a3a77859cbc7b031a88 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 21 Nov 2024 19:11:44 +0100 Subject: [PATCH] Bump development version --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index b096ecb607..8d78c632e1 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.15.1'; + public const VERSION = '4.15.2-DEV'; public function build(ContainerBuilder $container): void {