From 3bfe7b5fb17228df27f318c58315bf46aef53e04 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 27 Feb 2022 18:31:10 +0100 Subject: [PATCH] Prepare 4.0.7 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 984779c50c..5538803845 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -12,7 +12,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.0.7-DEV'; + public const VERSION = '4.0.7'; public function build(ContainerBuilder $container): void {