From 3cdf4c2767e16d101cad33b32223052c1fe512a8 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 4 May 2023 20:22:06 +0200 Subject: [PATCH] Prepare the 4.6.5 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 6c03967d8b..82bec38d44 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.6.5-DEV'; + public const VERSION = '4.6.5'; public function build(ContainerBuilder $container): void {