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'; }