From 3beb0686238ef41f672e75b81f6461f3177e99ce Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 27 Oct 2022 20:40:45 +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 6eeddfc456..081e3b2125 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.4.1'; + public const VERSION = '4.4.2-DEV'; public function build(ContainerBuilder $container): void {