From 31a9938b8ec84a1fe0f30cb9d3df7d006b7deed7 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 13 Jan 2024 16:03:20 +0100 Subject: [PATCH] Prepare 4.8.10 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 92b7ab70c5..700ec22f5b 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.8.10-DEV'; + public const VERSION = '4.8.10'; public function build(ContainerBuilder $container): void {