From 7d63640215e4651ec209b383fe7397db1dbcfec0 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 26 Oct 2023 20:11:36 +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 0829ea948e..1c8f135be2 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.8.1'; + public const VERSION = '4.8.2-DEV'; public function build(ContainerBuilder $container): void {