From d59f11524f87717809b0f2f474dc09ab65fc5611 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 19 Dec 2018 20:10:05 +0100 Subject: [PATCH] Prepared the 2.0.2 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index aa91dd1482..dc4c3c2b2c 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -13,7 +13,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '2.0.2-DEV'; + public const VERSION = '2.0.2'; public function build(ContainerBuilder $container) {