From 4903938a90d08afb481d7f185f2e2666d6767ca5 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 3 Jan 2025 20:17:42 +0100 Subject: [PATCH] Prepare 4.20.5 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index a314d079d4..9c7ac4b1c8 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.20.5-DEV'; + public const VERSION = '4.20.5'; public function build(ContainerBuilder $container): void {