From e7e6318fb288a5057286a9f499ef34ba3e5b5b7d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 16 Apr 2024 20:24:40 +0200 Subject: [PATCH] Prepare v4.9.5 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index ed36fb8e16..ec894c65a9 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.9.5-DEV'; + public const VERSION = '4.9.5'; public function build(ContainerBuilder $container): void {