From feaaf62ee9a931695ac7fe67a2436dbe02e3169d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 27 Oct 2023 20:28:21 +0200 Subject: [PATCH] Prepare 4.8.2 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 1c8f135be2..b1978b7151 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.8.2-DEV'; + public const VERSION = '4.8.2'; public function build(ContainerBuilder $container): void {