From ca418dd69eac45f08100af9257f6bac0400729b9 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 10 Aug 2019 18:50:27 +0200 Subject: [PATCH] Prepared 2.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 689de64994..5ca81923c0 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -14,7 +14,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '2.2.3-DEV'; + public const VERSION = '2.3.0'; public function build(ContainerBuilder $container) {