From adf26ccc403be3bd540efea42ac758fb99b0fff7 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 6 Jun 2020 19:31:59 +0200 Subject: [PATCH] Prepare 3.0.0-beta2 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index f0abf0f9aa..088c37bd94 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -9,6 +9,6 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '3.0.0-beta1'; + public const VERSION = '3.0.0-beta2'; public const CONTEXT_ATTRIBUTE_NAME = 'easyadmin_context'; }