From ad5fae641bc3d970c70c9309f7221fbaa1d99a4a Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 19 Apr 2024 20:16:51 +0200 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 6d0bdd7981..7f031e777b 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.10.0'; + public const VERSION = '4.10.1-DEV'; public function build(ContainerBuilder $container): void {