From 4127bf2dbab0fcb72676004d62ffe81411ea876c Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 12 Mar 2024 20:07:36 +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 f11e1af46a..ed36fb8e16 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.9.4'; + public const VERSION = '4.9.5-DEV'; public function build(ContainerBuilder $container): void {