From b462eca45e71d53f090f036c51bb11fbe834c35a Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 13 Feb 2021 15:44:23 +0100 Subject: [PATCH] Prepare 3.2.5 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 2ce4cde141..3202850841 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -13,7 +13,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '3.2.5-DEV'; + public const VERSION = '3.2.5'; /** @deprecated use EA::CONTEXT_REQUEST_ATTRIBUTE */ public const CONTEXT_ATTRIBUTE_NAME = EA::CONTEXT_REQUEST_ATTRIBUTE;