From e571633c2560a09c68e03f8e3c0a5906894f1498 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 25 May 2022 20:41:55 +0200 Subject: [PATCH] Prepare 4.2.3 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 60acead581..02295753e5 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.2.3-DEV'; + public const VERSION = '4.2.3'; public function build(ContainerBuilder $container): void {