From ab09fdaded1528231fd9f79c008bf4790ed5991c Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 22 Nov 2018 20:14:39 +0100 Subject: [PATCH] Prepared 1.17.15 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 2a64d5b310..9d038480f9 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -22,7 +22,7 @@ */ class EasyAdminBundle extends Bundle { - const VERSION = '1.17.15-DEV'; + const VERSION = '1.17.15'; public function build(ContainerBuilder $container) {