From 650834fcdfcef4389894fd9b752b8e2c0c30534a Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 8 May 2021 09:55:57 +0200 Subject: [PATCH] Prepare 3.3.0 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index fb4bd8532c..eac98ef2c5 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -13,7 +13,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '3.2.10-DEV'; + public const VERSION = '3.3.0'; /** @deprecated use EA::CONTEXT_REQUEST_ATTRIBUTE */ public const CONTEXT_ATTRIBUTE_NAME = EA::CONTEXT_REQUEST_ATTRIBUTE;