From 942e7f84b1e52a2ac974f8227713064e62b0fd58 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 8 Dec 2021 19:54:35 +0100 Subject: [PATCH] Prepare 3.5.15 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index c3d28d9488..7f32826914 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -13,7 +13,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '3.5.15-DEV'; + public const VERSION = '3.5.15'; /** @deprecated use EA::CONTEXT_REQUEST_ATTRIBUTE */ public const CONTEXT_ATTRIBUTE_NAME = EA::CONTEXT_REQUEST_ATTRIBUTE;