From 854d5309816e5f68062112adee7d7b00b16b6b4d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 5 Dec 2018 15:49:19 +0000 Subject: [PATCH] Prepared the v2.0.0-RC1 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 8e48a6b5e5..4b9505218f 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -13,7 +13,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '2.0.0-DEV'; + public const VERSION = '2.0.0-RC1'; public function build(ContainerBuilder $container) {