From 6f72112d7375a28c396d83a2426360e7aa56ead6 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 29 Feb 2024 20:25:08 +0100 Subject: [PATCH] Bump development version --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 7037942172..6a5c24c536 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.9.3'; + public const VERSION = '4.9.4-DEV'; public function build(ContainerBuilder $container): void {