From cf45d227fcd9f58172ab8a8e5cb9857c8c816d9c Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 18 Jul 2024 20:12:45 +0200 Subject: [PATCH] Prepare 4.10.5 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 5363ef3dde..bfdcc65f3d 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.10.5-DEV'; + public const VERSION = '4.10.5'; public function build(ContainerBuilder $container): void {