From c0da0bf125be98d3482b6c440e363532d871f7a1 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 12 Jan 2025 12:03:13 +0100 Subject: [PATCH] Prepare 4.21.0 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index c8285dd244..1622213aee 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.20.9-DEV'; + public const VERSION = '4.21.0'; public function build(ContainerBuilder $container): void {