From 6597bbceb195291e2655ab6775b3ea2c2c5c5f89 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 6 Sep 2023 08:17:31 +0200 Subject: [PATCH] Prepare 4.7.5 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index d31a8e1f5c..fde50cb4b7 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.7.5-DEV'; + public const VERSION = '4.7.5'; public function build(ContainerBuilder $container): void {