From cf8a05e7dd00648c817c404c7f4e8ec70af61706 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 28 Mar 2022 19:20:52 +0200 Subject: [PATCH] Prepare 4.0.10 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 7367bb84fd..dbf6fd383d 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -12,7 +12,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.0.10-DEV'; + public const VERSION = '4.0.10'; public function build(ContainerBuilder $container): void {