From 9f9129ee2ea936f09dffa87e430f9b1d72469978 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 29 Feb 2024 20:23:49 +0100 Subject: [PATCH] Prepare 4.9.3 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 60c2870463..7037942172 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.9.3-DEV'; + public const VERSION = '4.9.3'; public function build(ContainerBuilder $container): void {