From d0945053e9dbf81d0c10f8cacec25c8ec5e87053 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 6 Aug 2024 20:21:54 +0200 Subject: [PATCH] Prepare 4.11.1 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 4885305703..f19448bb2b 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.11.1-DEV'; + public const VERSION = '4.11.1'; public function build(ContainerBuilder $container): void {