From ef10d412109429cf47bb5a406bbba6a256255350 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 30 May 2023 20:19:51 +0200 Subject: [PATCH] Prepare 4.6.6 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 34f2cf4a1f..0013e6da40 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.6.6-DEV'; + public const VERSION = '4.6.6'; public function build(ContainerBuilder $container): void {