From 11ce42b1b021daa1468071b202fb2f9d294771f8 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 16 Sep 2017 12:14:09 +0200 Subject: [PATCH] Prepare the 1.17.0 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 7de6dac4fb..0260237249 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -22,7 +22,7 @@ */ class EasyAdminBundle extends Bundle { - const VERSION = '1.16.14-DEV'; + const VERSION = '1.17.0'; public function build(ContainerBuilder $container) {