From f9114922faf5be8a4d5e70a774e672a67250baec Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 24 Feb 2018 10:24:55 +0100 Subject: [PATCH] Prepared the 1.17.12 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 238c38790e..48becbce5d 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -22,7 +22,7 @@ */ class EasyAdminBundle extends Bundle { - const VERSION = '1.17.12-DEV'; + const VERSION = '1.17.12'; public function build(ContainerBuilder $container) {