From 15883641d9530e83a1a487d68314b2648e56f224 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 21 Oct 2023 12:59:52 +0200 Subject: [PATCH] Prepare 4.8.0 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index fa83078a46..c3179c9f9f 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.7.8-DEV'; + public const VERSION = '4.8.0'; public function build(ContainerBuilder $container): void {