From ff901ac1ec302e0a3dad081576a2ec1cba61a555 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 26 Jun 2024 20:48:09 +0200 Subject: [PATCH] Prepare 4.10.3 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 34ec09469c..8c2152b3e4 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.10.3-DEV'; + public const VERSION = '4.10.3'; public function build(ContainerBuilder $container): void {