From ff6321a3410707f3f8d0b8f01517f2e3a59aa0b4 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 16 Nov 2021 08:04:09 +0100 Subject: [PATCH] Prepare 3.5.14 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 5a5abc2cf0..9d258a5a38 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -13,7 +13,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '3.5.14-DEV'; + public const VERSION = '3.5.14'; /** @deprecated use EA::CONTEXT_REQUEST_ATTRIBUTE */ public const CONTEXT_ATTRIBUTE_NAME = EA::CONTEXT_REQUEST_ATTRIBUTE;