From 5dd4ea045edd7a8dec4559c8cfcd1081a3ad2520 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 31 Jan 2022 19:28:15 +0100 Subject: [PATCH] Prepare 3.5.20 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 1d81cb8fee..3ea92626c8 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -13,7 +13,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '3.5.20-DEV'; + public const VERSION = '3.5.20'; /** @deprecated use EA::CONTEXT_REQUEST_ATTRIBUTE */ public const CONTEXT_ATTRIBUTE_NAME = EA::CONTEXT_REQUEST_ATTRIBUTE;