From 8151a185e5783b464847d539c715d29182ef0569 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 29 Nov 2018 20:23:25 +0100 Subject: [PATCH] Prepared the 1.17.17 version release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 75b9d296e5..8545ee04df 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -22,7 +22,7 @@ */ class EasyAdminBundle extends Bundle { - const VERSION = '1.17.17-DEV'; + const VERSION = '1.17.17'; public function build(ContainerBuilder $container) {