From 286bbcc988ecca75faf10122a977c66b0c5aba68 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 15 Oct 2024 19:47:04 +0200 Subject: [PATCH] Prepare 4.13.2 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index b14854e00f..4c4f0dea16 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.13.2-DEV'; + public const VERSION = '4.13.2'; public function build(ContainerBuilder $container): void {