From 67039f70c5a305aa8dca1b5eac5a18f11f22d969 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 7 Aug 2023 20:45:38 +0200 Subject: [PATCH] Prepare 4.7.2 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index fbe32a018e..abdd77298d 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.7.2-DEV'; + public const VERSION = '4.7.2'; public function build(ContainerBuilder $container): void {